Guest mutant Posted March 21, 2003 Posted March 21, 2003 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! Quote
AndreRyan Posted March 21, 2003 Posted March 21, 2003 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 Quote .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 March 22, 2003 Posted March 22, 2003 the mesh example contains way too much things that got nothing to do with animation and it gets so confusing. Quote
*Experts* Nerseus Posted March 22, 2003 *Experts* Posted March 22, 2003 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 Quote "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
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.