3d model question

Blitz3D Forums/Blitz3D Programming/3d model question

Ross C(Posted 2003) [#1]
Hi everyone! Say if i create a 3d model, and it's all the one mesh, BUT it has groups in it (groups of faces). How do i attach things in blitz, to say, the hand. I create a group in Ultimate Unwrap, then export it. Is it possible.

Also, if the answer to above is use findchild, does that break apart the mesh? Thanks again :)


Gabriel(Posted 2003) [#2]
Place a bone where the hand is, name it and use FindChild on that. Then it won't break the mesh apart.


Ross C(Posted 2003) [#3]
So i can use the hand bone? Very nice, thanks man!