interactive objects integration

This commit is contained in:
2025-11-04 16:41:42 +02:00
parent 429ab07db5
commit 4236927537
13 changed files with 178 additions and 243 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ export default {
if (e.type == 'InteractiveObject'){
this.modelValue.type = e.id;
}else{
this.modelValue.type = 'Object3D'
this.modelValue.type = 'GenericObject'
}
}
}