mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-09 21:54:35 +00:00
pass on the multiple target results
The changes to pass on the results for each target to the children of that posteffect
This commit is contained in:
parent
60e659aedc
commit
d33edb051c
5 changed files with 43 additions and 35 deletions
|
|
@ -551,7 +551,7 @@ void ProjectedShadow::_renderToTexture( F32 camDist, const TSRenderState &rdata
|
|||
}
|
||||
|
||||
if ( smShadowFilter )
|
||||
smShadowFilter->process( NULL, mShadowTexture );
|
||||
smShadowFilter->process( NULL, &mShadowTexture );
|
||||
}
|
||||
|
||||
// Restore frustum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue