Changes between Version 16 and Version 17 of WikiStart
- Timestamp:
- 01/12/08 21:13:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v16 v17 21 21 * An example application showing Deferred Lighting with osgPPU is in development... 22 22 23 In order to be able to compile the osgPPU you need the latest version of [http://www.openscenegraph.org OpenSceneGraph]. [[BR]]24 In 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 23 == Requirements == 27 * Shader Model 3.0 and higher GPUs (well tested on nVidia, no idea about ATI) 28 * OpenSceneGraph 2.x 24 * At least OpenGL 1.5 (support for FBOs and Shader programs is required) 25 * At least Shader Model 2.0 and higher GPUs (well tested on nVidia, no idea about ATI) 26 * [http://www.openscenegraph.org OpenSceneGraph] 2.x 29 27 30 28