mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 18:43:48 +00:00
Shadow tests
only works on vectorLight (eg sun and scatter sky) for now
This commit is contained in:
parent
abbfb634f3
commit
239c7e58d2
9 changed files with 182 additions and 121 deletions
|
|
@ -96,6 +96,7 @@ struct LightingShaderConstants
|
|||
GFXShaderConstHandle* mVectorLightBrightnessSC;
|
||||
|
||||
GFXShaderConstHandle* mShadowMapSC;
|
||||
GFXShaderConstHandle* mShadowMapCMPSC;
|
||||
GFXShaderConstHandle* mShadowMapSizeSC;
|
||||
|
||||
GFXShaderConstHandle* mCookieMapSC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue