Changes between Version 15 and Version 16 of WikiStart


Ignore:
Timestamp:
01/12/08 21:10:58 (16 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    1717 * Mipmapping supported 
    1818 * Use PostProcessUnitOutCapture to capture frames in upto 4096x4096 resolution (or 8192x8192 on G80 GPUs) 
    19  * Supports Shader Model 3.0 and higher 
    2019 * Example application describes how to implement HDR Rendering with osgPPU 
    2120 * An example application showing Depth Of Field emulation is in development... 
     
    2423In order to be able to compile the osgPPU you need the latest version of [http://www.openscenegraph.org OpenSceneGraph]. [[BR]] 
    2524In 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 
    2629 
    2730