Anyone know of animation tutorials for dx9?

  • Thread starter Thread starter mutant
  • Start date Start date
M

mutant

Guest
Anyone know of any animation tutorials? I need something to learn how to implement the animation made in a 3d designer for a character. btw, in c++, but it doesnt really matter if you have something ill try to translate it :)
Thanks!
 
DX9 SDK includes some tutorials, I'm not sure if they still have the Boned Mesh example but I know there is one in the DX8 SDK
 
the mesh example contains way too much things that got nothing to do with animation and it gets so confusing.
 
lol... animation IS hard. I'd read through the MS samples (C++ for a skinned mesh, others work in C#). You can always tweak the code to cut out parts you don't care about.

For the most part, you can also check out tutorials on DX8 as most of the functions and concepts haven't changed.

-Nerseus
 
Back
Top