mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
doc correction
This commit is contained in:
parent
c7cc86b357
commit
3ab716063f
1 changed files with 2 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ singleton GFXStateBlockData( AL_ConvexLightState )
|
||||||
samplerStates[3] = SamplerClampPoint; // colorBuffer
|
samplerStates[3] = SamplerClampPoint; // colorBuffer
|
||||||
samplerStates[4] = SamplerClampPoint; // matInfoBuffer
|
samplerStates[4] = SamplerClampPoint; // matInfoBuffer
|
||||||
samplerStates[5] = SamplerClampLinear; // Cookie Map
|
samplerStates[5] = SamplerClampLinear; // Cookie Map
|
||||||
samplerStates[6] = SamplerClampLinear; // Cookie Map
|
samplerStates[6] = SamplerClampLinear; // iesProfile
|
||||||
|
|
||||||
cullDefined = true;
|
cullDefined = true;
|
||||||
cullMode = GFXCullCW;
|
cullMode = GFXCullCW;
|
||||||
|
|
@ -191,10 +191,10 @@ singleton CustomMaterial( AL_SpotLightMaterial )
|
||||||
|
|
||||||
sampler["deferredBuffer"] = "#deferred";
|
sampler["deferredBuffer"] = "#deferred";
|
||||||
sampler["shadowMap"] = "$dynamiclight";
|
sampler["shadowMap"] = "$dynamiclight";
|
||||||
|
sampler["iesProfile"] = "$photometricmask";
|
||||||
sampler["cookieMap"] = "$dynamiclightmask";
|
sampler["cookieMap"] = "$dynamiclightmask";
|
||||||
sampler["colorBuffer"] = "#color";
|
sampler["colorBuffer"] = "#color";
|
||||||
sampler["matInfoBuffer"] = "#matinfo";
|
sampler["matInfoBuffer"] = "#matinfo";
|
||||||
sampler["iesProfile"] = "$photometricmask";
|
|
||||||
target = "AL_FormatToken";
|
target = "AL_FormatToken";
|
||||||
|
|
||||||
pixVersion = 3.0;
|
pixVersion = 3.0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue