Changes between Version 13 and Version 14 of WikiStart


Ignore:
Timestamp:
01/07/08 20:52:35 (16 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v13 v14  
    22 
    33osgPPU is a library to use with [http://www.openscenegraph.org OpenSceneGraph]. It provides you with a graph based 
    4 specification of a computation pipeline. An example application shows how to setup true HDR Rendering with osgPPU. 
     4specification of a computation pipeline which is based on so called PostProcessingUnits (PPUs). Each ppu does render 
     5a screen aligned quad in a frame buffer object. During the rendering a shader can be applied. The results (there could  
     6be many per one pass) are passed to the next ppu in the graph. The outcoming result of the pipeline can either be  
     7shown on the screen by using PostProcessingUnitOut or used as a texture for other cool things.  
    58 
    6 Currently the osgPPU is in Beta phase. So I would be very appreciated on every input, like: critics, corrections, patches etc. 
     9Currently the osgPPU is in beta phase. So I would be very appreciated on every input, like: critics, suggestions, patches etc. 
    710 
    811== Features ==