Changes between Version 11 and Version 12 of WikiStart


Ignore:
Timestamp:
01/07/08 20:40:16 (16 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v11 v12  
    1010 * Supports multiple rendering targets (MRT) as output of ppu 
    1111 * Can be also used for GPGPU 
     12 * Can also be used for HUD rendering 
    1213 * Mipmapping on multipass is supported 
    1314 * Use PostProcessUnitOutCapture to capture frames in upto 4096x4096 resolution (or 8192x8192 on G80 GPUs) 
     15 * Supports Shader Model 3.0 and higher 
    1416 * Example application describes how to implement HDR Rendering with osgPPU 
    15  * Supports Shader Model 3.0 and higher 
    16  
     17 * An example application showing deferred shading with osgPPU is in development... 
     18  
    1719In order to be able to compile the osgPPU you need latest version of [http://www.openscenegraph.org OpenSceneGraph]. 
    1820