@xviewer.js/debug 1.0.0-alpha.28 → 1.0.0-alpha.30

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 CHANGED
@@ -2500,6 +2500,16 @@ __decorate([
2500
2500
  step: 0.01
2501
2501
  })
2502
2502
  ], ViewerExtension.prototype, "backgroundBlurriness", null);
2503
+ const materialProperties = {
2504
+ opacity: {
2505
+ min: 0,
2506
+ max: 1,
2507
+ step: 0.01
2508
+ }
2509
+ };
2510
+ for(let k in materialProperties){
2511
+ core.property(materialProperties[k])(three.Material.prototype, k);
2512
+ }
2503
2513
  const meshBasicMaterislProperties = {
2504
2514
  map: {
2505
2515
  dir: "diffuse"