attaching entitys to bone?
Blitz3D Forums/Blitz3D Beginners Area/attaching entitys to bone?| 
 | ||
| Is there anyway to attach and entity to an animated mesh's bone, such as attaching an helmet entity to a bone in the animated mesh's head area? If so, how would I do this? | 
| 
 | ||
| You just position it where you want then 'parent' it to the bone.  You do the usual FindChild to find the bone in question. | 
| 
 | ||
| puki Thanks. I made a code and it works well. |