Jump to content
Xtreme .Net Talk

Anyone know of animation tutorials for dx9?


Recommended Posts

Guest mutant
Posted

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!

Posted
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
.Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
Guest mutant
Posted
the mesh example contains way too much things that got nothing to do with animation and it gets so confusing.
  • *Experts*
Posted

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

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...