swift - Looping through every nodes name -


i have lot of objects in different positions in scene dae file, names like: "ball01, ball02... ball15" , make them example have physics body of own shape , in own position. there way automatically?

you can use scnnode.childnodes(passingtest:) in combination scnnode.name find these nodes easily.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -