@colijnit/configurator 261.20.3 → 261.20.5
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.
|
@@ -784,6 +784,7 @@ class ConfigurationResultObject {
|
|
|
784
784
|
canScaleY;
|
|
785
785
|
canScaleZ;
|
|
786
786
|
colorable;
|
|
787
|
+
originalMetadata;
|
|
787
788
|
}
|
|
788
789
|
|
|
789
790
|
class ConfiguratorErrorMessage {
|
|
@@ -9876,6 +9877,7 @@ class BuildFurnitureService extends BuildFurnitureBaseService {
|
|
|
9876
9877
|
this.configuratorConnectorService.emptySelections();
|
|
9877
9878
|
this.full3DObjectToUse.children.forEach(c => c.visible = true);
|
|
9878
9879
|
result.object = this.full3DObjectToUse;
|
|
9880
|
+
result.resultType = ResultType.Loaded;
|
|
9879
9881
|
// Scene3DUtil.updatePivot(result.object);
|
|
9880
9882
|
if (result.default180) {
|
|
9881
9883
|
result.object.rotation.set(this.defaultRotation.x, this.defaultRotation.y, this.defaultRotation.z);
|