ongoing WIP to sort out init'ing issues as well as correcting values so the probes actually correctly update data into the arrays

Additional sanity checks on the updateTexture calls added by timmy
This commit is contained in:
Areloch 2019-03-25 00:06:08 -05:00
parent 26471aaa77
commit 1627cbabe6
6 changed files with 116 additions and 114 deletions

View file

@ -118,7 +118,6 @@ protected:
String mCubemapName;
CubemapData *mStaticCubemap;
GFXCubemapHandle mDynamicCubemap;
bool mUseCubemap;
String cubeDescName;
U32 cubeDescId;
@ -223,12 +222,11 @@ public:
void createGeometry();
// Get the Material instance
void updateMaterial();
void updateCubemaps();
virtual void updateProbeParams();
bool createClientResources();
void generateTextures();
void processStaticCubemap();