@xviewer.js/debug 1.0.0-alpha.39 → 1.0.0-alpha.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.js CHANGED
@@ -2499,7 +2499,20 @@ __decorate([
2499
2499
  })
2500
2500
  ], ViewerExtension.prototype, "backgroundBlurriness", null);
2501
2501
  const materialProperties = {
2502
+ visible: {},
2503
+ transparent: {},
2504
+ side: {
2505
+ value: {
2506
+ FrontSide: 0,
2507
+ BackSide: 1,
2508
+ DoubleSide: 2
2509
+ }
2510
+ },
2511
+ color: {
2512
+ dir: "diffuse"
2513
+ },
2502
2514
  opacity: {
2515
+ dir: "diffuse",
2503
2516
  min: 0,
2504
2517
  max: 1,
2505
2518
  step: 0.01
@@ -2540,18 +2553,6 @@ for(let k in meshBasicMaterislProperties){
2540
2553
  property(meshBasicMaterislProperties[k])(MeshBasicMaterial.prototype, k);
2541
2554
  }
2542
2555
  const meshStandardMaterialProperties = {
2543
- visible: {},
2544
- transparent: {},
2545
- side: {
2546
- value: {
2547
- FrontSide: 0,
2548
- BackSide: 1,
2549
- DoubleSide: 2
2550
- }
2551
- },
2552
- color: {
2553
- dir: "diffuse"
2554
- },
2555
2556
  opacity: {
2556
2557
  dir: "diffuse",
2557
2558
  min: 0,