Probe Array WIP

This commit is contained in:
Areloch 2019-01-07 20:34:19 -06:00
parent 453958234e
commit f110158654
11 changed files with 586 additions and 56 deletions

View file

@ -77,6 +77,7 @@ const String ShaderGenVars::probeBoxMax("$inProbeBoxMax");
const String ShaderGenVars::probeLocalPos("$inProbeLocalPos");
const String ShaderGenVars::probeIsSphere("$inProbeIsSphere");
const String ShaderGenVars::probeCubemap("$inProbeCubemap");
const String ShaderGenVars::probeCount("$numProbes");
// These are ignored by the D3D layers.
const String ShaderGenVars::fogMap("$fogMap");

View file

@ -90,6 +90,7 @@ struct ShaderGenVars
const static String probeLocalPos;
const static String probeIsSphere;
const static String probeCubemap;
const static String probeCount;
// Textures
const static String fogMap;