agentIDs and raycasting like mad!
This commit is contained in:
@@ -110,4 +110,10 @@ app.helpers.helpers3D = {
|
||||
return pivot
|
||||
},
|
||||
|
||||
getNamedParent(obj) {
|
||||
while (obj && !obj.name) {
|
||||
obj = obj.parent
|
||||
}
|
||||
return obj
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user