Changeset 183 for osgVisual/trunk/bin
- Timestamp:
- Jan 7, 2011, 5:41:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/bin/osgVisualConfig.xml
r160 r183 16 16 <!-- optional: <blendmap filename="blendmap.png"></blendmap> to set blendmap independend from channel map --> 17 17 </module> 18 18 19 <module name="sky_silverlining" enabled="yes"></module> 20 19 21 <module name="vista2d" enabled="yes"> 20 22 <vista2d filename="D:\osgVisual\osgVisual\bin\altimeterSimple.v" paintBackground="no" position_x="1" position_y="1" zoom="1.0" playanimation="yes"></vista2d> 21 23 </module> 24 22 25 <module name="dataio" enabled="yes"> 23 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 24 29 Available clusterroles: 25 30 master: This role recieves all relevant information via the extLink implementation and sends it via cluster implementation to the slave nodes. 26 31 slave: This role recieves all relevant rendering information via the cluster implementation. 27 standalone: This role recieves all relevant data via the extLink and renders it. No cluster functionality is used. 32 standalone: This role recieves all relevant data via the extLink and renders it. No cluster functionality is used. 28 33 --> 29 34 <dataio clusterrole="standalone"></dataio> 30 <cluster implementation="enet" master_ip="10.10.10.10" port="1234" use_zlib_compressor="yes" ></cluster>35 <cluster implementation="enet" hardsync="yes" master_ip="10.10.10.10" port="1234" use_zlib_compressor="yes" ></cluster> 31 36 <extlink implementation="vcl" filename="osgVisual.xml"></extlink> 32 37 </module>
Note: See TracChangeset
for help on using the changeset viewer.