mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 04:15:36 +00:00
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:
parent
26471aaa77
commit
1627cbabe6
6 changed files with 116 additions and 114 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue