mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 21:05:39 +00:00
preliminary glowmap+glowmul feature augmentation math
This commit is contained in:
parent
f284524dd0
commit
070a9845a2
6 changed files with 22 additions and 2 deletions
|
|
@ -76,6 +76,7 @@ const String ShaderGenVars::vectorLightBrightness("$vectorLightBrightness");
|
|||
const String ShaderGenVars::pbrConfig("$PBRConfig");
|
||||
const String ShaderGenVars::smoothness("$smoothness");
|
||||
const String ShaderGenVars::metalness("$metalness");
|
||||
const String ShaderGenVars::glowMul("$glowMul");
|
||||
|
||||
//Reflection Probes
|
||||
const String ShaderGenVars::probePosition("$inProbePosArray");
|
||||
|
|
|
|||
|
|
@ -88,6 +88,7 @@ struct ShaderGenVars
|
|||
const static String pbrConfig;
|
||||
const static String smoothness;
|
||||
const static String metalness;
|
||||
const static String glowMul;
|
||||
|
||||
//Reflection Probes
|
||||
const static String probePosition;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue