@smarterplan/ngx-smarterplan-core 1.1.14 → 1.1.15
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 +2 -2
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs +1 -1
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs +1 -1
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2918,7 +2918,7 @@ class MatterportService {
|
|
|
2918
2918
|
modelNode.obj3D.controls = myControl; // store gizmoCtrl inside object
|
|
2919
2919
|
if (!this.lastObject3D || !this.lastObject3D.controls) {
|
|
2920
2920
|
try {
|
|
2921
|
-
modelNode.obj3D.
|
|
2921
|
+
modelNode.obj3D.uuid = this.lastObject3D.uuid || this.lastObject3D.id;
|
|
2922
2922
|
}
|
|
2923
2923
|
catch (e) {
|
|
2924
2924
|
console.log(`id obj in Scene was not assigned to id from DB since`);
|