- Timestamp:
- Nov 11, 2010, 9:59:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/bin/osgVisualConfig.xml
r153 r154 3 3 <module name="distortion" enabled="no"> 4 4 <!-- XML configuration of the module "distortion" 5 channelname = name of he channel, used to load the distortion- and blendmaps5 channelname = name of the channel, used to load the distortion- and blendmaps 6 6 renderimplementation = technique to distort. 7 7 Available options: … … 19 19 <module name="vista2d" enabled="yes"> 20 20 <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> 21 32 </module> 22 33
Note: See TracChangeset
for help on using the changeset viewer.