@mml-io/3d-web-client-core 0.0.0-experimental-8316a54-20240611 → 0.0.0-experimental-26122af-20240620
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/build/index.js +1 -1
- package/build/index.js.map +2 -2
- package/package.json +3 -3
package/build/index.js
CHANGED
@@ -5514,8 +5514,8 @@ var Composer = class {
|
|
5514
5514
|
var _a, _b;
|
5515
5515
|
if (typeof ((_b = (_a = this.environmentConfiguration) == null ? void 0 : _a.ambientLight) == null ? void 0 : _b.intensity) === "number") {
|
5516
5516
|
envValues.ambientLight.ambientLightIntensity = this.environmentConfiguration.ambientLight.intensity;
|
5517
|
-
this.setAmbientLight();
|
5518
5517
|
}
|
5518
|
+
this.setAmbientLight();
|
5519
5519
|
}
|
5520
5520
|
};
|
5521
5521
|
|