I am loading a Cinema4D generated Collada file into Three.js. I’ve learned from other postings that you can select and modify the individual children with dae.children[i]; but is there a way to select them by their name?
Also, you can group children in Cinema4D. Is there a way to select those groups by name?
Object3D‘sgetChildByNamemethod is probably what you’re after.http://mrdoob.github.com/three.js/docs/49/#Object3D