1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-07-03 01:07:46 +00:00

Add None as a model flag

This commit is contained in:
Joshua Goins 2025-05-17 13:07:02 -04:00
parent 0ad7c61b4d
commit 1071ae0ccd

View file

@ -55,6 +55,7 @@ pub struct ModelFileHeader {
#[brw(repr = u8)]
#[derive(Debug, Clone, PartialEq)]
enum ModelFlags1 {
None = 0x0,
ShadowDisabled = 0x01,
LightShadowDisabled = 0x02,
WavingAnimationDisabled = 0x04,