mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
terrain_blending_opengl_port_from_lukas_code
This commit is contained in:
parent
d01b48c93e
commit
a954daa43f
28 changed files with 248 additions and 240 deletions
|
|
@ -80,6 +80,10 @@ protected:
|
|||
GFXShaderConstHandle *detailInfoVConst;
|
||||
GFXShaderConstHandle *detailInfoPConst;
|
||||
|
||||
// New blending
|
||||
GFXShaderConstHandle *lerpBlend;
|
||||
GFXShaderConstHandle *blendDepth;
|
||||
|
||||
GFXShaderConstHandle *macroInfoVConst;
|
||||
GFXShaderConstHandle *macroInfoPConst;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue