bot propelMove
This commit is contained in:
+3
-1
@@ -89,7 +89,9 @@ export class Threetobus{
|
||||
if(mapping.child) id += '_'+mapping.child
|
||||
if(id){
|
||||
const obj3D = this.scene.getObjectByName(id)
|
||||
this.assignFromConfig(payload, mapping, obj3D)
|
||||
if(obj3D){
|
||||
this.assignFromConfig(payload, mapping, obj3D)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user