@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
|
@@ -2749,7 +2749,7 @@ class MatterportService {
|
|
|
2749
2749
|
modelNode.obj3D.controls = myControl; // store gizmoCtrl inside object
|
|
2750
2750
|
if (!this.lastObject3D || !this.lastObject3D.controls) {
|
|
2751
2751
|
try {
|
|
2752
|
-
modelNode.obj3D.
|
|
2752
|
+
modelNode.obj3D.uuid = this.lastObject3D.uuid || this.lastObject3D.id;
|
|
2753
2753
|
}
|
|
2754
2754
|
catch (e) {
|
|
2755
2755
|
console.log(`id obj in Scene was not assigned to id from DB since`);
|