Changes between Version 15 and Version 16 of WikiStart
- Timestamp:
- 01/12/08 21:10:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v15 v16 17 17 * Mipmapping supported 18 18 * Use PostProcessUnitOutCapture to capture frames in upto 4096x4096 resolution (or 8192x8192 on G80 GPUs) 19 * Supports Shader Model 3.0 and higher20 19 * Example application describes how to implement HDR Rendering with osgPPU 21 20 * An example application showing Depth Of Field emulation is in development... … … 24 23 In order to be able to compile the osgPPU you need the latest version of [http://www.openscenegraph.org OpenSceneGraph]. [[BR]] 25 24 In order to use osgPPU you require at least a GPU supporting frame buffer objects and shader programs. I would also recommend to have a GPU supporting 16Bit floating textures. 25 26 == Requirements == 27 * Shader Model 3.0 and higher GPUs (well tested on nVidia, no idea about ATI) 28 * OpenSceneGraph 2.x 26 29 27 30