mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
Merge pull request #1442 from Azaezel/shadow_caching
This all seems to work pretty well.
This commit is contained in:
commit
92aa785bb2
61 changed files with 1490 additions and 466 deletions
|
|
@ -199,6 +199,8 @@ protected:
|
|||
LightInfo *mLight;
|
||||
|
||||
bool mCastShadows;
|
||||
S32 mStaticRefreshFreq;
|
||||
S32 mDynamicRefreshFreq;
|
||||
bool mDirty;
|
||||
|
||||
LightFlareData *mFlareData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue