volca02 / openDarkEngine

Rewrite of the Dark Engine by Looking Glass
GNU General Public License v2.0
147 stars 18 forks source link

Loading/Displaying skeletal animation #8

Open volca02 opened 10 years ago

volca02 commented 10 years ago

We have documentation/source code from community on how the animation files (skeletal animations) are stored. I think in theory ogre's animation system is compatible, with one potential problem being translation data. Dark's animation data contain translation vectors in them, so walking animation also moves the character around (if I am not mistaken, it is some time I've looked at this).

This should also enable the dead bodies to rest in peace, and not in binding poses.

volca02 commented 10 years ago

This also has to be integrated with the physics system and collision detection.