ultimate-research / ssbh_lib

Reading and writing SSBH file formats in Rust
MIT License
8 stars 3 forks source link

Investigate TransformFlags for anim tracks #128

Closed ScanMountGoat closed 2 years ago

ScanMountGoat commented 2 years ago

These flags allow for using the default "pose" from the skel instead of the animation values. This essentially disables the animation's effect on translation, scaling, rotation, etc.

The flags can be added as is to the TrackData type for ssbh_data. The flag for forcing scale compensation to false may be redundant with the existing compensate_scale field.