Animation in D3D9, C++

Started by
0 comments, last by yxrkt 15 years, 5 months ago
I would like to make a copy of an animated model rather than load it from file everytime. I wrote a function that copies a frame hierarchy using the CreateFrame and CreateMeshContainer functions in the hierarchy allocator, just like D3DXLoadMeshHierarchyFromX. It seems to work fine. How do i tell the animation controller to use the new hierarchy?
Advertisement
D3DXFrameRegisterNamedMatrices( ... )

wow...it was sitting in front of me the whole 4 hours -_-

This topic is closed to new replies.

Advertisement