Changes between Version 13 and Version 14 of WikiStart
- Timestamp:
- 01/07/08 20:52:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v13 v14 2 2 3 3 osgPPU 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. 4 specification of a computation pipeline which is based on so called PostProcessingUnits (PPUs). Each ppu does render 5 a screen aligned quad in a frame buffer object. During the rendering a shader can be applied. The results (there could 6 be many per one pass) are passed to the next ppu in the graph. The outcoming result of the pipeline can either be 7 shown on the screen by using PostProcessingUnitOut or used as a texture for other cool things. 5 8 6 Currently the osgPPU is in Beta phase. So I would be very appreciated on every input, like: critics, corrections, patches etc.9 Currently the osgPPU is in beta phase. So I would be very appreciated on every input, like: critics, suggestions, patches etc. 7 10 8 11 == Features ==