Changes between Version 34 and Version 35 of WikiStart
- Timestamp:
- 05/07/08 22:30:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v34 v35 8 8 shown on the screen by using UnitOut or used as a texture for other cool things. 9 9 10 Currently the osgPPU is in beta phase. SoI would be very appreciated on every input, like: critics, suggestions, patches etc.10 I would be very appreciated on every input, like: critics, suggestions, patches etc. 11 11 12 12 == Features == … … 19 19 * Use UnitOutCapture to capture frames in upto 4096x4096 resolution (or 8192x8192 on G80 GPUs) 20 20 * Use osgdb_ppu Plugin to load and to store the pipeline from and to the file 21 * Example application describes how to implement HDR Renderingwith osgPPU22 * A lot of example pipelines ( gaussblur, motionblur, ...) are provided as .ppu files21 * 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 23 23 24 24 == Requirements == … … 34 34 A 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. 35 35 You can download the presentation slides from [http://www.tevs.eu/files/refeiko.ppt here]. 36 37 During 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]. 36 38 37 39 == Download ==