Schwungus-Software / PNEngine

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

Implement animation optimization levels #44

Open LocalInsomniac opened 2 months ago

LocalInsomniac commented 2 months ago

Implement BBMOD's bone-space and world-space animations. These optimization levels will reduce the amount of calculations needed to update samples at the cost of disabling bone transformations. Currently, only parent-space animations are supported.

About animation optimization levels