Changeset 147 for osgVisual/bin/osgVisualConfig.xml
- Timestamp:
- Nov 7, 2010, 6:23:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/bin/osgVisualConfig.xml
r129 r147 2 2 <osgvisualconfiguration> 3 3 <module name="distortion" enabled="yes"> 4 <distortion channelname="center"></distortion> 4 <!-- XML configuration of the module "distortion" 5 channelname = name of he channel, used to load the distortion- and blendmaps 6 renderimplementation = technique to distort. 7 Available options: 8 fbo : renderImplementation = osg::Camera::FRAME_BUFFER_OBJECT 9 pbuffer : renderImplementation = osg::Camera::PIXEL_BUFFER 10 pbuffer-rtt : renderImplementation = osg::Camera::PIXEL_BUFFER_RTT 11 fb : renderImplementation = osg::Camera::FRAME_BUFFER 12 window : renderImplementation = osg::Camera::SEPERATE_WINDOW 13 --> 14 <distortion channelname="center" renderimplemmentation="fbo" hdr="yes"> 15 <!-- optional: <distortionmap filename="distmap.png"></distortionmap> --> 16 <!-- optional: <blendmap filename="blendmap.png"></blendmap> --> 17 </distortion> 5 18 </module> 6 19 <module name="sky_silverlining" enabled="yes"></module>
Note: See TracChangeset
for help on using the changeset viewer.