[ZoneBuilder] Updated GfxWorld struct to be correct now

This commit is contained in:
TheApadayo 2016-12-19 16:12:47 -05:00
parent 28767e9b56
commit 38abd43533

View File

@ -2992,7 +2992,9 @@ namespace Game
int unknown2;
unsigned int skyCount;
GfxSky* skies;
char unknown1[0x18];
int unkCount1;
int unkCount2;
char unknown1[16];
GfxWorldDpvsPlanes dpvsPlanes; //The following rely on the count in this
GfxCellTreeCount *aabbTreeCounts;
GfxCellTree *aabbTrees;
@ -3007,7 +3009,9 @@ namespace Game
int materialMemoryCount;
MaterialMemory *materialMemory;
sunflare_t sun;
unsigned int *cellCasterBits[2];
char pad[64];
GfxImage* unknownImage;
unsigned int *cellCasterBits[2];
GfxSceneDynModel *sceneDynModel;
GfxSceneDynBrush *sceneDynBrush;
unsigned int *primaryLightEntityShadowVis;
@ -3015,25 +3019,9 @@ namespace Game
char *primaryLightForModelDynEnt;
GfxShadowGeometry *shadowGeom;
GfxLightRegion *lightRegion;
char pad[24];
GfxImage* unknownImage;
char* unknown6;
char* unknown7;
char* unknown8;
char* unknown9;
char* unknown10;
char* unknown11;
char* unknown12;
char* unknown13;
char* unknown14;
char* unknown15;
GfxWorldDpvsStatic dpvs;
GfxWorldDpvsDynamic dpvsDyn;
char pad2[4];
unsigned int heroOnlyLightCount;
char * heroOnlyLight;
int unknown5;