@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/main.js +13 -12
- package/dist/main.js.map +1 -1
- package/dist/module.js +13 -12
- package/dist/module.js.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -2501,7 +2501,20 @@ __decorate([
|
|
|
2501
2501
|
})
|
|
2502
2502
|
], ViewerExtension.prototype, "backgroundBlurriness", null);
|
|
2503
2503
|
const materialProperties = {
|
|
2504
|
+
visible: {},
|
|
2505
|
+
transparent: {},
|
|
2506
|
+
side: {
|
|
2507
|
+
value: {
|
|
2508
|
+
FrontSide: 0,
|
|
2509
|
+
BackSide: 1,
|
|
2510
|
+
DoubleSide: 2
|
|
2511
|
+
}
|
|
2512
|
+
},
|
|
2513
|
+
color: {
|
|
2514
|
+
dir: "diffuse"
|
|
2515
|
+
},
|
|
2504
2516
|
opacity: {
|
|
2517
|
+
dir: "diffuse",
|
|
2505
2518
|
min: 0,
|
|
2506
2519
|
max: 1,
|
|
2507
2520
|
step: 0.01
|
|
@@ -2542,18 +2555,6 @@ for(let k in meshBasicMaterislProperties){
|
|
|
2542
2555
|
core.property(meshBasicMaterislProperties[k])(three.MeshBasicMaterial.prototype, k);
|
|
2543
2556
|
}
|
|
2544
2557
|
const meshStandardMaterialProperties = {
|
|
2545
|
-
visible: {},
|
|
2546
|
-
transparent: {},
|
|
2547
|
-
side: {
|
|
2548
|
-
value: {
|
|
2549
|
-
FrontSide: 0,
|
|
2550
|
-
BackSide: 1,
|
|
2551
|
-
DoubleSide: 2
|
|
2552
|
-
}
|
|
2553
|
-
},
|
|
2554
|
-
color: {
|
|
2555
|
-
dir: "diffuse"
|
|
2556
|
-
},
|
|
2557
2558
|
opacity: {
|
|
2558
2559
|
dir: "diffuse",
|
|
2559
2560
|
min: 0,
|