ultimate-research / ssbh_lib

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

Match in game conventions for mesh vertex buffer 2 offsets #138

Closed ScanMountGoat closed 1 year ago

ScanMountGoat commented 1 year ago

Mesh version 1.10 sets offsets for buffer 2 despite having a zero stride. This can cause animation issues for some characters such as Joker. This should be checked for all supported mesh versions with appropriate test cases testing at least two mesh objects.