Changes between Version 4 and Version 5 of PostProcessingUnits


Ignore:
Timestamp:
04/23/08 22:50:40 (16 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PostProcessingUnits

    v4 v5  
    1111== Supported Units == 
    1212 * 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) 
    1415 * UnitTexture - pass any external texture to the output texture (no rendering) 
    1516 * UnitOut - pass input textures to the frame buffer (can be used to display results on the screen)