[MDX]rendering the bones

Started by
1 comment, last by TheMaskedFace 18 years, 1 month ago
I am working on skeletal animation.I used the idea that is given in Managed DirectX 9 Kick Start: Graphics and Game Programming. I want to render the bones of my meshes also. How can I do this?Does any one have idea? And another my problem is creating a AABB for every bone.I can not the reach the vertex info of bones in frames?How can I do?
wake up your sleepin' brains...
Advertisement
I just drew lines from one joint position to the next using DrawUserPrimitive, it's only for debug purposes so it doesn't matter if it's slow :p
can you give more information?
where do I do that operation?How can you know the vertices of bones?
wake up your sleepin' brains...

This topic is closed to new replies.

Advertisement