source: osgVisual/trunk/bin/osgVisualConfig.xml @ 247

Last change on this file since 247 was 247, checked in by Torben Dannhauer, 13 years ago

typo fix, clean up

File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1" ?>
2<osgvisualconfiguration>
3  <module name="distortion" enabled="no">
4    <distortion channelname="center" renderimplementation="fbo" width="2048" height="2048" useshader="yes" hdr="yes" usetexturerectangle="no"></distortion>
5  </module>
6  <module name="sky_silverlining" enabled="yes"></module>
7  <module name="vista2d" enabled="yes">
8    <vista2d filename="D:\osgVisual\osgVisual\bin\altimeterSimple.v" paintBackground="no" position_x="1" position_y="1" zoom="1.0" playanimation="yes"></vista2d>
9  </module>
10  <module name="dataio" enabled="yes">
11    <dataio clusterrole="standalone"></dataio>
12    <cluster implementation="enet" hardsync="yes" master_ip="10.10.10.10" port="1234" use_zlib_compressor="yes" ></cluster>
13    <extlink implementation="vcl" filename="osgVisual.xml"></extlink>
14  </module>
15 
16  <scenery>
17    <terrain filename="D:/OpenSceneGraph/VPB-Testdatensatz/DB_Small/database.ive" filename2="J:\BRD1m_MUC0.25m_srtmEU_BM\terrain.ive"></terrain>
18    <animationpath filename="salzburg.path"></animationpath>
19    <models>
20      <!-- Models can be loaded and placed in the scenery.
21        - objectname: Name of the object to identify it in the scenegraph.
22        - tracking ID: ID to manage which object should be tracked
23        - label: text to label the model with.
24        - dynamic: "yes" to add an standard updater to the model.
25        - position: Position to place the model
26        - attitude: Orientation in degree to place the model
27        - updater [optional]: Channels to use for position, attitude and label update
28        - cameraoffset [optional]: Rotational (in degree) and translational offset for the object mounted camera manipulator to the visual_object   
29        - Geometry [optional]: 3D model to display. Leave empty to use model without 3D model.
30        - Geometryoffset [optional]: Rotational offset (in degree) for the loaded 3D model to the visual_object (if the 3D model has a wrong coordinate frame)
31        - Geometryscale [optional]: Scale factors for the loaded 3D model in all three dimensions.
32     -->
33      <model objectname="TestObject" trackingid="1" label="TestText!" dynamic="no">
34        <position lat="47.8123" lon="12.94088" alt="700.0"></position>
35        <attitude rot_x="0.0" rot_y="0.0" rot_z="0.0"></attitude>
36        <updater>
37          <position lat="" lon="" alt=""></position>
38          <attitude rot_x="" rot_y="" rot_z=""></attitude>
39          <label text=""></label>
40        </updater>
41        <cameraoffset>
42          <translation trans_x="0.0" trans_y="0.0" trans_z="0.0"></translation>
43          <rotation rot_x="0.0" rot_y="0.0" rot_z="0.0"></rotation>
44        </cameraoffset>
45        <geometry filename="../models/saenger1.flt">
46          <offset rot_x="0.0" rot_y="0.0" rot_z="0.0"></offset>
47          <scalefactor scale_x="1.0" scale_y="1.0" scale_z="1.0"></scalefactor>
48        </geometry>
49      </model>
50      <trackmodel id="2" updater_slot="TRACKING_ID"></trackmodel> 
51    </models>
52    <datetime day="0" month="0" year="0" hour="12" minute="50"></datetime>
53    <visibility range="50000" turbidity="2.2" ></visibility>
54    <clouds>
55      <!--<cloudlayer slot="0" type="CUMULONIMBUS_CAPPILATUS" enabled="yes" fadetime="15">
56        <geometry baselength="20000" basewidth="20000" thickness="600" baseHeight="1000" density="0.5"></geometry>
57      </cloudlayer>-->
58      <cloudlayer slot="1" type="CUMULUS_CONGESTUS" enabled="yes" fadetime="15">
59        <geometry baselength="50000" basewidth="50000" thickness="1600" baseHeight="1000" density="0.07"></geometry>
60        <precipitation rate_mmPerHour_rain="5.0" rate_mmPerHour_drySnow="7.0" rate_mmPerHour_wetSnow="10.0" rate_mmPerHour_sleet="0.0"></precipitation>
61      </cloudlayer>
62      <!--<cloudlayer slot="2" type="CUMULUS_MEDIOCRIS" enabled="no" fadetime="15">
63        <geometry baselength="50000" basewidth="50000" thickness="1600" baseHeight="1000" density="0.07"></geometry>
64      </cloudlayer>
65      <cloudlayer slot="3" type="CIRRUS_FIBRATUS" enabled="yes" fadetime="15">
66        <geometry baselength="5000000" basewidth="5000000" thickness="600" baseHeight="7351" density="0.2"></geometry>
67      </cloudlayer>-->
68      <!--<cloudlayer slot="4" type="CIRROCUMULUS" enabled="yes" fadetime="15">
69        <geometry baselength="50000" basewidth="50000" thickness="600" baseHeight="7351" density="0.2"></geometry>
70      </cloudlayer>-->
71      <!--<cloudlayer slot="5" type="STRATOCUMULUS" enabled="yes" fadetime="15">
72        <geometry baselength="100000" basewidth="100000" thickness="2500" baseHeight="2000" density="0.3"></geometry>
73      </cloudlayer>-->
74      <!--<cloudlayer slot="6" type="STRATUS" enabled="yes" fadetime="15">
75        <geometry baselength="50000" basewidth="50000" thickness="1500" baseHeight="1500" density="0.3"></geometry>
76      </cloudlayer>-->
77    </clouds>
78    <windlayer bottom="500.0" top="1100." speed="25.0" direction="90.0"></windlayer>
79  </scenery>
80</osgvisualconfiguration>
81
Note: See TracBrowser for help on using the repository browser.