mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Cleanup and fixes
This commit is contained in:
parent
f55e7f7a22
commit
3c8d07a03e
10 changed files with 159 additions and 188 deletions
|
|
@ -135,10 +135,10 @@ protected:
|
|||
///
|
||||
Vector<GFXTexHandle> mBaseTextures;
|
||||
|
||||
GFXTextureArray* mDetailTextureArray;
|
||||
GFXTextureArray* mMacroTextureArray;
|
||||
GFXTextureArray* mNormalTextureArray;
|
||||
GFXTextureArray* mOrmTextureArray;
|
||||
GFXTextureArrayHandle mDetailTextureArray;
|
||||
GFXTextureArrayHandle mMacroTextureArray;
|
||||
GFXTextureArrayHandle mNormalTextureArray;
|
||||
GFXTextureArrayHandle mOrmTextureArray;
|
||||
|
||||
///
|
||||
GFXTexHandle mLayerTex;
|
||||
|
|
@ -331,10 +331,10 @@ public:
|
|||
|
||||
U32 getMaterialCount() const;
|
||||
|
||||
GFXTextureArray* getDetailTextureArray() const { return mDetailTextureArray; }
|
||||
GFXTextureArray* getMacroTextureArray() const { return mMacroTextureArray; }
|
||||
GFXTextureArray* getNormalTextureArray() const { return mNormalTextureArray; }
|
||||
GFXTextureArray* getOrmTextureArray() const { return mOrmTextureArray; }
|
||||
GFXTextureArrayHandle getDetailTextureArray() const { return mDetailTextureArray; }
|
||||
GFXTextureArrayHandle getMacroTextureArray() const { return mMacroTextureArray; }
|
||||
GFXTextureArrayHandle getNormalTextureArray() const { return mNormalTextureArray; }
|
||||
GFXTextureArrayHandle getOrmTextureArray() const { return mOrmTextureArray; }
|
||||
|
||||
//BaseMatInstance* getMaterialInst( U32 x, U32 y );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue