hmm animated meshes and childs

Blitz3D Forums/Blitz3D Programming/hmm animated meshes and childs

is there now way to find the position from a child in an
animated mesh ?
i parent a cube to the head but then i animate my mesh the cube will not move ..

Yes.

have you parented the cube to a bone in the head of the animated mesh

You need to parent the cube to a bone in the model. Find child on the head or neck bone, then parent it to that :o)

It's ok, we sorted it out on IRC. It's not a skinned mesh, but a segmented model, and the problem was that he wasn't attaching the cube to the correct child.

yah

thx beaker
:)