ultimate-research / ssbh_lib

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

Test non invertible matrices for skel_data #134

Open ScanMountGoat opened 2 years ago

ScanMountGoat commented 2 years ago

Some users enter all 0's for a matrix, thinking it will disable the bone. This case can either be an error instead of a panic, or use some sort of approximate inverse or placeholder.