mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
tracks wether or not a cubemap has been fully intitialised (as well as defautls for other shared entries). skips out including an uninitialized cuebmap in probe array (inthoery. in practice, need to root arround a bit more)
This commit is contained in:
parent
5b7e2edb66
commit
26a89882c7
5 changed files with 19 additions and 4 deletions
|
|
@ -26,6 +26,13 @@
|
|||
#include "gfx/gfxTextureManager.h"
|
||||
|
||||
|
||||
GFXCubemap::GFXCubemap()
|
||||
{
|
||||
mPath = "";
|
||||
mMipMapLevels = 0;
|
||||
mInitialized = false;
|
||||
}
|
||||
|
||||
GFXCubemap::~GFXCubemap()
|
||||
{
|
||||
// If we're not dynamic and we were loaded from a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue