Linked animations

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
madinitaly
Posts: 92
Joined: Sat Nov 29, 2003 8:30 pm
Contact:

Linked animations

Post by madinitaly »

Another update, this time I finally decided to add the code for linked animations. This means making one-time animations easy. Of course I added the code to my MD3 Loader, but it's very general and works with every mesh format supported by Irrlicht (the code is indeed actually inside the CAnimatedMeshSceneNode class).
I commented my code with a lot of asterisks in the files
IAnimatedMeshSceneNode.h
CAnimatedMeshSceneNode.h
CAnimatedMeshSceneNode.cpp
so anybody can also just get those files, grab my code and paste it into his Irrlicht source.
Downloads as always -> here <- and -> here <-
Post Reply