ultimate-research / ssbh_lib

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

preserve missing mesh object fields for MeshObjectData #96

Closed ScanMountGoat closed 2 years ago

ScanMountGoat commented 2 years ago

Sort bias should be an integer and default to 0. Depth flags can use two booleans that default to false. It's more intuitive to use bools with the conditions negated. The conversion to u8 is straightforward.

enable_depth_writes: bool,
enable_depth_test: bool