Ignore:
Timestamp:
Feb 18, 2011, 5:59:39 PM (13 years ago)
Author:
Torben Dannhauer
Message:

typo fix, clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/bin/osgVisualConfig.xml

    r240 r247  
    22<osgvisualconfiguration>
    33  <module name="distortion" enabled="no">
    4     <!-- XML configuration of the module "distortion"
    5       channelname = name of the 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" width="2048" height="2048" useshader="yes" hdr="yes" usetexturerectangle="no"></distortion>
    15     <!-- optional: <distortionmap filename="distmap.png"></distortionmap> to set distortionmap independend from channel map-->
    16     <!-- optional: <blendmap filename="blendmap.png"></blendmap> to set blendmap independend from channel map -->
     4    <distortion channelname="center" renderimplementation="fbo" width="2048" height="2048" useshader="yes" hdr="yes" usetexturerectangle="no"></distortion>
    175  </module>
    18  
    196  <module name="sky_silverlining" enabled="yes"></module>
    20 
    217  <module name="vista2d" enabled="yes">
    228    <vista2d filename="D:\osgVisual\osgVisual\bin\altimeterSimple.v" paintBackground="no" position_x="1" position_y="1" zoom="1.0" playanimation="yes"></vista2d>
    239  </module>
    24 
    2510  <module name="dataio" enabled="yes">
    26     <!-- XML configuration of the module "dataIO"
    27         The parameter "enabled" is ignored, because dataIO is mandatory for the visual system to place object etc.
    28        
    29         Available clusterroles:
    30         master: This role recieves all relevant information via the extLink implementation and sends it via cluster implementation to the slave nodes.
    31         slave: This role recieves all relevant rendering information via the cluster implementation.
    32         standalone: This role recieves all relevant data via the extLink and renders it. No cluster functionality is used.   
    33     -->
    3411    <dataio clusterrole="standalone"></dataio>
    3512    <cluster implementation="enet" hardsync="yes" master_ip="10.10.10.10" port="1234" use_zlib_compressor="yes" ></cluster>
     
    7350      <trackmodel id="2" updater_slot="TRACKING_ID"></trackmodel>
    7451    </models>
    75     <datetime day="0" month="0" year="0" hour="12" minute="30"></datetime>
     52    <datetime day="0" month="0" year="0" hour="12" minute="50"></datetime>
    7653    <visibility range="50000" turbidity="2.2" ></visibility>
    7754    <clouds>
Note: See TracChangeset for help on using the changeset viewer.