Changes between Version 34 and Version 35 of WikiStart


Ignore:
Timestamp:
05/07/08 22:30:16 (16 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v34 v35  
    88shown on the screen by using UnitOut or used as a texture for other cool things.  
    99 
    10 Currently the osgPPU is in beta phase. So I would be very appreciated on every input, like: critics, suggestions, patches etc. 
     10I would be very appreciated on every input, like: critics, suggestions, patches etc. 
    1111 
    1212== Features == 
     
    1919 * Use UnitOutCapture to capture frames in upto 4096x4096 resolution (or 8192x8192 on G80 GPUs) 
    2020 * Use osgdb_ppu Plugin to load and to store the pipeline from and to the file 
    21  * Example application describes how to implement HDR Rendering with osgPPU 
    22  * A lot of example pipelines (gaussblur, motionblur, ...) are provided as .ppu files 
     21 * Example application describes how to implement state of the art effects like HDR Rendering or DepthOfField with osgPPU 
     22 * A lot of example pipelines (hdr, dof, motionblur, ...) are provided as .ppu files 
    2323  
    2424== Requirements == 
     
    3434A first time osgPPU was presented as a part of a project at the [http://www.openscenegraph.org/projects/osg/wiki/Support/SIGGRAPH2007 OpenSceneGraph BOF] at Siggraph 2007 in San Diego, USA.  
    3535You can download the presentation slides from [http://www.tevs.eu/files/refeiko.ppt here].   
     36 
     37During the [http://www.openscenegraph.org/projects/osg/wiki/Community/PastEvents User Meeting in Paris], France at April 2008, I have presented new interface of osgPPU. The presentation slides can be downloaded from [http://www.tevs.eu/files/osgppu_paris_talk.ppt here]. 
    3638 
    3739== Download ==