Changes between Version 4 and Version 5 of PostProcessingUnits
- Timestamp:
- 04/23/08 22:50:40 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostProcessingUnits
v4 v5 11 11 == Supported Units == 12 12 * Unit - base class providing basing properties of any unit 13 * UnitBypass - default bypass unit without any rendering capabilities 13 * UnitBypass - default bypass unit (no rendering) 14 * UnitDepthbufferBypass - bypass the depth buffer attachment of the camera to the output (no rendering) 14 15 * UnitTexture - pass any external texture to the output texture (no rendering) 15 16 * UnitOut - pass input textures to the frame buffer (can be used to display results on the screen)