@aibee/crc-bmap 0.0.40 → 0.0.41

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/lib/bmap.esm.js CHANGED
@@ -603,7 +603,7 @@ var Shadow = class extends Object3D2 {
603
603
  super();
604
604
  __publicField(this, "directionalLight");
605
605
  __publicField(this, "plane");
606
- __publicField(this, "basicOpacity", 0.39);
606
+ __publicField(this, "basicOpacity", 0.15);
607
607
  this.directionalLight = this.initLight();
608
608
  this.initPlane();
609
609
  }