Changes between Version 1 and Version 2 of PostProcessingUnits


Ignore:
Timestamp:
01/29/08 01:32:58 (16 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PostProcessingUnits

    v1 v2  
    77Mipmapping is supported either by a hardware mipmap generation on the output texture or by using an additional mipmap shader associated with a Unit. A mipmap shader is responsible for computing the data of the current mipmap level from the previous one. (Note: UnitInOut does support In/Out mipmapping, which do copy the data from the input mipmap structure to the output). 
    88 
    9 In general osgPPU can be also used for non-rendering task, e.g. to compute procedural textures or to perform offscreen computation on a some dataset. 
     9In general osgPPU can be also used for non-rendering task, e.g. to compute procedural textures or to perform offscreen computation on some dataset. 
    1010 
    1111== Supported Units ==