mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Updates names of probe forward shader consts to be consistent with shadergen, allowing proper data throughput
This commit is contained in:
parent
ee01ff54d4
commit
c873d534c7
8 changed files with 11 additions and 10 deletions
|
|
@ -71,8 +71,8 @@ const String ShaderGenVars::metalness("$metalness");
|
|||
//Reflection Probes
|
||||
const String ShaderGenVars::probePosition("$inProbePosArray");
|
||||
const String ShaderGenVars::probeRefPos("$inRefPosArray");
|
||||
const String ShaderGenVars::refBoxMin("$inProbeBoxMin");
|
||||
const String ShaderGenVars::refBoxMax("$inProbeBoxMax");
|
||||
const String ShaderGenVars::refBoxMin("$inRefBoxMin");
|
||||
const String ShaderGenVars::refBoxMax("$inRefBoxMax");
|
||||
const String ShaderGenVars::worldToObjArray("$worldToObjArray");
|
||||
const String ShaderGenVars::probeConfigData("$probeConfigData");
|
||||
const String ShaderGenVars::specularCubemapAR("$specularCubemapAR");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue