@smarterplan/ngx-smarterplan-core 1.2.3 → 1.2.4
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/esm2020/lib/services/matterport.service.mjs +8 -8
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs +7 -7
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs +7 -7
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2916,13 +2916,13 @@ class MatterportService {
|
|
|
2916
2916
|
const node = sceneObject.addNode();
|
|
2917
2917
|
node.start();
|
|
2918
2918
|
this.threeJSScene = node.obj3D.parent;
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
});
|
|
2919
|
+
// await this.sdk.Scene.configure((renderer: any, three: any) => {
|
|
2920
|
+
// renderer.physicallyCorrectLights = true;
|
|
2921
|
+
// renderer.outputEncoding = three.sRGBEncoding;
|
|
2922
|
+
// renderer.shadowMap.enabled = true;
|
|
2923
|
+
// renderer.shadowMap.bias = 0.0001;
|
|
2924
|
+
// renderer.shadowMap.type = three.PCFSoftShadowMap;
|
|
2925
|
+
// });
|
|
2926
2926
|
resolve(true);
|
|
2927
2927
|
});
|
|
2928
2928
|
}.bind(this));
|