mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 15:55:39 +00:00
Merge branch 'PBR_ProbeArrayGLWIP' of https://github.com/Areloch/Torque3D into PBR_ProbeArrayGLWIP
This commit is contained in:
commit
6f963ff2a8
6 changed files with 66 additions and 22 deletions
|
|
@ -80,6 +80,8 @@ const String ShaderGenVars::specularCubemapAR("$specularCubemapAR");
|
|||
const String ShaderGenVars::irradianceCubemapAR("$irradianceCubemapAR");
|
||||
const String ShaderGenVars::probeCount("$numProbes");
|
||||
|
||||
const String ShaderGenVars::BRDFTextureMap("$BRDFTexture");
|
||||
|
||||
//Skylight
|
||||
const String ShaderGenVars::skylightPrefilterMap("$skylightSpecularMap");
|
||||
const String ShaderGenVars::skylightIrradMap("$skylightIrradMap");
|
||||
|
|
|
|||
|
|
@ -93,6 +93,8 @@ struct ShaderGenVars
|
|||
const static String irradianceCubemapAR;
|
||||
const static String probeCount;
|
||||
|
||||
const static String BRDFTextureMap;
|
||||
|
||||
//Skylight
|
||||
const static String skylightPrefilterMap;
|
||||
const static String skylightIrradMap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue