agentIDs and raycasting like mad!

This commit is contained in:
STEINNI
2025-10-22 19:45:32 +00:00
parent 006bed2ad5
commit 8276a77172
6 changed files with 97 additions and 30 deletions
+6
View File
@@ -110,4 +110,10 @@ app.helpers.helpers3D = {
return pivot
},
getNamedParent(obj) {
while (obj && !obj.name) {
obj = obj.parent
}
return obj
},
}