Ignore:
Timestamp:
Nov 7, 2010, 6:23:54 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/bin/osgVisualConfig.xml

    r129 r147  
    22<osgvisualconfiguration>
    33  <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>
    518  </module>
    619  <module name="sky_silverlining" enabled="yes"></module>
Note: See TracChangeset for help on using the changeset viewer.