preliminary glowmap+glowmul feature augmentation math

This commit is contained in:
AzaezelX 2019-10-30 18:29:11 -05:00
parent f284524dd0
commit 070a9845a2
6 changed files with 22 additions and 2 deletions

View file

@ -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");