Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- 01/07/08 20:40:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 10 10 * Supports multiple rendering targets (MRT) as output of ppu 11 11 * Can be also used for GPGPU 12 * Can also be used for HUD rendering 12 13 * Mipmapping on multipass is supported 13 14 * Use PostProcessUnitOutCapture to capture frames in upto 4096x4096 resolution (or 8192x8192 on G80 GPUs) 15 * Supports Shader Model 3.0 and higher 14 16 * Example application describes how to implement HDR Rendering with osgPPU 15 * Supports Shader Model 3.0 and higher16 17 * An example application showing deferred shading with osgPPU is in development... 18 17 19 In order to be able to compile the osgPPU you need latest version of [http://www.openscenegraph.org OpenSceneGraph]. 18 20