2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Added lights and collision to MP3 MREA

This commit is contained in:
Jack Andersen
2015-09-22 15:15:11 -10:00
parent bb89194157
commit 7f5eebdaeb
4 changed files with 99 additions and 142 deletions

View File

@@ -66,16 +66,15 @@ struct MREA
Value<LightType> lightType;
Value<atVec4f> color;
Value<atVec3f> position;
Value<atVec4f> unk3;
Value<float> power;
Value<float> unk4;
Value<atVec3f> direction;
Value<atVec3f> codirection;
Value<float> unk5;
Value<float> unk6;
Value<atUint8> unk7;
Value<atUint32> unk8;
Value<float> unk7;
Value<atUint8> unk8;
Value<atUint32> unk9;
Value<float> unk10;
Value<atUint32> unk11;
Value<atUint32> unk10;
Value<float> spotCutoff;
Value<atVec4f> unk12;
Value<atUint32> unk13;
};