-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ogt_vox: implement correct wrapping of looping animations
- all animation sampling now correctly takes into account the 'loop' property of the animation. - added new APIs: -- ogt_vox_sample_instance_model: gets the model_index for a given instance on a given frame. -- ogt_vox_sample_instance_transform: gets the flattened transform for a given instance on a given frame. (takes into account any group transform animations) - added internal ogt_vox_test function that is used to verify the new frame wrapping logic. Should probably write more directed tests for the internals of this lib at some point.
- Loading branch information
Showing
1 changed file
with
90 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters