Torque3D/Engine/source/postFx
DavidWyand-GG 15673810c6 Expand PostFX Viewport Options
- Added an option for a postFX to get its viewport from a named texture
in slot 0, if there is one.  This allows the postFX to operate when the
named input texture's viewport is different than the current viewport.
- Modified the SSAO postFX to use the new
PFXTargetViewport_NamedInTexture0 option to more closely link SSAO with
the prepass buffer.
- Modifed the GFX method setActiveRenderTarget() with a new parameter
that indicates if the current viewport should be modified with the new
rendering target.  This defaults to true to maintain its previous
behaviour.  The postFX rendering pipeline sets this to false as it now
handles its own viewport setup, and removes an unnecessary
GFX->setViewport() call.
2013-10-24 13:40:44 -04:00
..
postEffect.cpp Expand PostFX Viewport Options 2013-10-24 13:40:44 -04:00
postEffect.h Viewport fix for PostFX and SSAO 2013-10-24 00:28:13 -04:00
postEffectCommon.h Expand PostFX Viewport Options 2013-10-24 13:40:44 -04:00
postEffectManager.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
postEffectManager.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
postEffectVis.cpp Removed hard coded directory paths 2013-03-07 18:56:53 -05:00
postEffectVis.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00