You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4 Implement model format OZZ from: https://github.com/guillaumeblanc/ozz-animation by either replacing the entire animation system as is. (This is advisable if you consider the fact that it currently has a messy function to render the player and its animation with. No proper structuring(OO) state manager for this exists.
Preferably thus more in a style as: ent->setAnimation("chatter", flags, duration = 0); // Flags being whether to take duration into account, blending, looping etc.
The text was updated successfully, but these errors were encountered:
#4 Implement model format OZZ from: https://github.com/guillaumeblanc/ozz-animation by either replacing the entire animation system as is. (This is advisable if you consider the fact that it currently has a messy function to render the player and its animation with. No proper structuring(OO) state manager for this exists.
Preferably thus more in a style as: ent->setAnimation("chatter", flags, duration = 0); // Flags being whether to take duration into account, blending, looping etc.
The text was updated successfully, but these errors were encountered: