I seek for entire code about Skeletal Animation

Started by
8 comments, last by gdboy 12 years, 2 months ago
http://mathinfo.ens.univ-reims.fr/image/dxMesh/extra/d3dx_skinnedmesh.pdf

Who can give me this paper's entire code or other entire code for Skeletal Animation?
I need your help,thank you!
Advertisement
Intro. to 3D game programming with Dx 9.0c source code can be downloaded from Frank Luna's site: http://d3dcoder.net/d3d9c.htm
theres a lesson on my site on how to use md5 model's animation (you can get the code for it too)

loading the md5 format:
http://www.braynzars...php?p=D3D11MD51

how to use the md5's skeletal animation (after learning this you will be able to apply it to other formats and whatever)
http://www.braynzars...php?p=D3D11MD52
Thank you! but, can you supply easier sample code?
I want to an easier code, d3d9 sdk's code may too difficult to me.
When it comes to skeleton animation you will not find easy code like you said. It is a complex topic, but like iedoc mention, you should take a look at the md5 skeleton animation system as a place to start.
I don't know if you are interested, but my D3D11 engine also has a simple skeletal animation system in one of its sample programs. You can find it here, and look in the Skin and Bones sample program.
Hi gdboy!
I can help you. I developed my own simple source code of skeletal animation for DirectX 9.0c. You can download it from:
https://rapidshare.com/files/391835359/SkeletalAnimSRC.rar
Best regards!
"Windows programming is like going to the dentist: You know it’s good for you, but no one likes doing it." - Andre LaMothe

Hi gdboy!
I can help you. I developed my own simple source code of skeletal animation for DirectX 9.0c. You can download it from:
https://rapidshare.c...etalAnimSRC.rar
Best regards!


Thank you very much,but I can't download it,can you send it to my e-mail?
My e-mail adress is 664301573@qq.com.
i wouldn't post your email like that...

you should edit your post, and just send him a pm instead with your email

(btw, you probably can't download it because your in mainland china (assumed because of your qq account). I have that problem all the time. you should invest in a vpn so you can actually USE the internet. I just visited a site two days ago, and the only page it let me have access to was a page that said "You are reading this because we think you're in mainland china". can you believe that?)

i wouldn't post your email like that...

you should edit your post, and just send him a pm instead with your email

(btw, you probably can't download it because your in mainland china (assumed because of your qq account). I have that problem all the time. you should invest in a vpn so you can actually USE the internet. I just visited a site two days ago, and the only page it let me have access to was a page that said "You are reading this because we think you're in mainland china". can you believe that?)

I believe.
Can you try this account gdboy_wangyi@163.com ?
Thank you very much.

This topic is closed to new replies.

Advertisement