mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Merge branch 'alpha40DynShadowRefreshRedux' of https://github.com/Azaezel/Torque3D into Preview4_0
This commit is contained in:
commit
6b6e5b6ca2
5 changed files with 7 additions and 8 deletions
|
|
@ -316,11 +316,10 @@ void LightShadowMap::render(RenderPassManager* renderPass,
|
|||
}
|
||||
mStaticRefreshTimer->reset();
|
||||
|
||||
/* TODO: find out why this is causing issue with translucent objects
|
||||
|
||||
if (_dynamic && (mDynamicRefreshTimer->getElapsedMs() < getLightInfo()->getDynamicRefreshFreq()))
|
||||
return;
|
||||
mDynamicRefreshTimer->reset();
|
||||
*/
|
||||
|
||||
mDebugTarget.setTexture( NULL );
|
||||
_render( renderPass, diffuseState );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue