mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 07:45:40 +00:00
New terrain blending
This commit is contained in:
parent
e92e945912
commit
4f472bf402
12 changed files with 967 additions and 179 deletions
|
|
@ -69,6 +69,7 @@ protected:
|
|||
|
||||
TerrainMaterial *mat;
|
||||
U32 layerId;
|
||||
GFXShaderConstHandle* mBlendDepthConst;
|
||||
};
|
||||
|
||||
///
|
||||
|
|
@ -116,6 +117,8 @@ protected:
|
|||
GFXShaderConstHandle *mNormalTexArrayConst;
|
||||
GFXShaderConstHandle *mOrmTexArrayConst;
|
||||
|
||||
GFXShaderConstHandle* mBlendDepthConst;
|
||||
|
||||
TerrainBlock *mTerrain;
|
||||
|
||||
U32 mCurrPass;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue