mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
add material tileScale
by request
This commit is contained in:
parent
0fb68936f9
commit
c0ce94f32a
8 changed files with 32 additions and 9 deletions
|
|
@ -47,6 +47,7 @@ const String ShaderGenVars::fogColor("$fogColor");
|
|||
const String ShaderGenVars::detailScale("$detailScale");
|
||||
const String ShaderGenVars::visibility("$visibility");
|
||||
const String ShaderGenVars::colorMultiply("$colorMultiply");
|
||||
const String ShaderGenVars::tileScale("$tileScale");
|
||||
const String ShaderGenVars::alphaTestValue("$alphaTestValue");
|
||||
const String ShaderGenVars::texMat("$texMat");
|
||||
const String ShaderGenVars::accumTime("$accumTime");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue