Changeset 247 for osgVisual/trunk/bin
- Timestamp:
- Feb 18, 2011, 5:59:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/bin/osgVisualConfig.xml
r240 r247 2 2 <osgvisualconfiguration> 3 3 <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> 17 5 </module> 18 19 6 <module name="sky_silverlining" enabled="yes"></module> 20 21 7 <module name="vista2d" enabled="yes"> 22 8 <vista2d filename="D:\osgVisual\osgVisual\bin\altimeterSimple.v" paintBackground="no" position_x="1" position_y="1" zoom="1.0" playanimation="yes"></vista2d> 23 9 </module> 24 25 10 <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 -->34 11 <dataio clusterrole="standalone"></dataio> 35 12 <cluster implementation="enet" hardsync="yes" master_ip="10.10.10.10" port="1234" use_zlib_compressor="yes" ></cluster> … … 73 50 <trackmodel id="2" updater_slot="TRACKING_ID"></trackmodel> 74 51 </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> 76 53 <visibility range="50000" turbidity="2.2" ></visibility> 77 54 <clouds>
Note: See TracChangeset
for help on using the changeset viewer.