Can we Update Animation in .X File using DirectX3D
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello Friends I am new to Direct3D. I am implementing an application in which one of module I am loading .x File with Animation. But that animation can't be static and can't be load everytime as .x Format. Animation will keep on changing and m having its Vertex data for every new animation. So, I want to know that Can we Change or Update a single animation with my own vertex data using Direct3D ? Any Help will be Appreciated. Thanks & Regards YOS