Animate 3D Model

Started by
4 comments, last by BTierens 19 years, 8 months ago
Can someone point me in the right direction as to how I can animate a 3D model in OpenGL? I've had a look for some tutorials on this site but I can't find any. Darrell
Advertisement
U can use skeleton animation. Have a look at:
http://rsn.gamedev.net/tutorials/ms3danim.asp
for a nice tutorial. The link to download the source code doesn't work, but this is the working link:
http://rsn.gamedev.net/files/ms3danim.zip
Ever noticed how fast Windows runs? Neither did I.
Try the md2 animation tut at www.gametutorials.com
www.3dbgteam.hit.bg
Stick with Skeletal Animation formats, MD2 is antiquated, to put it bluntly.
Quote:Original post by Wudan
Stick with Skeletal Animation formats, MD2 is antiquated, to put it bluntly.

But it is good for beginers
It depends on what type of animation you want. If you want a rotating mill for example, you can rotate the mill depending on the elapsed time.

This topic is closed to new replies.

Advertisement