Changeset 154 for osgVisual


Ignore:
Timestamp:
Nov 11, 2010, 9:59:57 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/bin/osgVisualConfig.xml

    r153 r154  
    33  <module name="distortion" enabled="no">
    44    <!-- XML configuration of the module "distortion"
    5       channelname = name of he channel, used to load the distortion- and blendmaps
     5      channelname = name of the channel, used to load the distortion- and blendmaps
    66      renderimplementation = technique to distort.
    77      Available options:
     
    1919  <module name="vista2d" enabled="yes">
    2020    <vista2d filename="hud.view" paintBackground="no" position_x="800" position_y="450" zoom="0.5"></vista2d>
     21  </module>
     22  <module name="dataio" enabled="yes">
     23    <!-- XML configuration of the module "dataIO"
     24        Available clusterroles:
     25        master: This role recieves all relevant information via the extLink implementation and sends it via cluster implementation to the slave nodes.
     26        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.
     28    -->
     29    <dataio clusterrole="master"></dataio>
     30    <cluster_enet master_ip="10.10.10.10" port="1234" use_zlib_compressor="yes" ></cluster_enet>
     31    <extLink_vcl filename="osgVisual.xml"></extLink_vcl>
    2132  </module>
    2233 
Note: See TracChangeset for help on using the changeset viewer.