2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 02:27:43 +00:00

CGuiModel imps

This commit is contained in:
Jack Andersen
2016-03-16 16:18:01 -10:00
parent b4514fc6a6
commit 79d90f46d3
16 changed files with 190 additions and 39 deletions

View File

@@ -31,7 +31,7 @@ struct FRME : BigDNA
Value<bool> useAnimController;
Value<bool> defaultVisible;
Value<bool> defaultActive;
Value<bool> unk4;
Value<bool> cullFaces;
Value<atVec4f> color;
Value<atUint32> modelDrawFlags;
} header;
@@ -114,7 +114,7 @@ struct FRME : BigDNA
};
Value<atUint32> blendMode;
Value<atUint32> lightMode;
Value<atUint32> lightMask;
};
struct LITEInfo : IWidgetInfo