Changes between Version 12 and Version 13 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v12 v13  
    77 
    88== Features == 
    9  
     9  
     10 * Very usefull also for GPGPU (general purpose GPU) computations 
    1011 * Supports multiple rendering targets (MRT) as output of ppu 
    11  * Can be also used for GPGPU 
    12  * Can also be used for HUD rendering 
    13  * Mipmapping on multipass is supported 
     12 * Supports multiple inputs to a ppu 
     13 * Supports out of the pipeline texture inputs to a ppu  
     14 * Mipmapping supported 
    1415 * Use PostProcessUnitOutCapture to capture frames in upto 4096x4096 resolution (or 8192x8192 on G80 GPUs) 
    1516 * Supports Shader Model 3.0 and higher 
    1617 * 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... 
    1820  
    1921In order to be able to compile the osgPPU you need latest version of [http://www.openscenegraph.org OpenSceneGraph].