ultimate-research / ssbh_lib

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

fix data type mismatches between mesh buffers and attribute types #54

Closed ScanMountGoat closed 3 years ago

ScanMountGoat commented 3 years ago

Normals are being set as full precision in the attributes but written using half precision. This may apply to other attribute usages as well. This can be tested by adding data type checks to the existing attribute creation tests.