Schwungus-Software / PNEngine

Fully external 3D engine for GameMaker
MIT License
1 stars 1 forks source link

Rewrite animations #37

Closed LocalInsomniac closed 2 months ago

LocalInsomniac commented 2 months ago

Rewrite the animation system to use the modern SMF animation format. This should hopefully fix most bugs caused by sample/bone manipulation or at the very least simplify porting other features from SMF, such as Inverse Kinematics. Animations will have rig data decoupled from them for smaller file sizes - a new asset type named Rig will be added instead.

To-do