interactive objects integration
This commit is contained in:
@@ -82,7 +82,7 @@ export default {
|
||||
if (e.type == 'InteractiveObject'){
|
||||
this.modelValue.type = e.id;
|
||||
}else{
|
||||
this.modelValue.type = 'Object3D'
|
||||
this.modelValue.type = 'GenericObject'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user