Changes between Version 12 and Version 13 of WikiStart
- Timestamp:
- 01/07/08 20:43:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v12 v13 7 7 8 8 == Features == 9 9 10 * Very usefull also for GPGPU (general purpose GPU) computations 10 11 * Supports multiple rendering targets (MRT) as output of ppu 11 * Can be also used for GPGPU12 * Can also be used for HUD rendering13 * Mipmapping on multipass issupported12 * Supports multiple inputs to a ppu 13 * Supports out of the pipeline texture inputs to a ppu 14 * Mipmapping supported 14 15 * Use PostProcessUnitOutCapture to capture frames in upto 4096x4096 resolution (or 8192x8192 on G80 GPUs) 15 16 * Supports Shader Model 3.0 and higher 16 17 * Example application describes how to implement HDR Rendering with osgPPU 17 * An example application showing deferred shading with osgPPU is in development... 18 * An example application showing Depth Of Field emulation is in development... 19 * An example application showing Deferred Lighting with osgPPU is in development... 18 20 19 21 In order to be able to compile the osgPPU you need latest version of [http://www.openscenegraph.org OpenSceneGraph].