VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: 3D animations Rolly (2 replies, 0 views) (2000-Jul-25) I'm not doing animation in my 3d engine yet, but I will be soon so I have thought about it and the easiest way to do it would be to use the same method as in retained mode. The only problem is there isnt any direct support for animation in IM, but I think all that you need to do is have the positions of every vertex for every frame in your model stored and Interpolate between them. Using this method you wouldnt need to store every frame just the main (tween) ones. Hope this helps 'cause if it doesnt I'm going to have to post a message asking how to do animation!
|