[123] | 1 | <?xml version="1.0" encoding="ISO-8859-1" ?> |
---|
| 2 | <osgvisualconfiguration> |
---|
[151] | 3 | <module name="distortion" enabled="no"> |
---|
[147] | 4 | <!-- XML configuration of the module "distortion" |
---|
[154] | 5 | channelname = name of the channel, used to load the distortion- and blendmaps |
---|
[147] | 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 | --> |
---|
[149] | 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 --> |
---|
[123] | 17 | </module> |
---|
[183] | 18 | |
---|
[129] | 19 | <module name="sky_silverlining" enabled="yes"></module> |
---|
[183] | 20 | |
---|
[151] | 21 | <module name="vista2d" enabled="yes"> |
---|
[156] | 22 | <vista2d filename="D:\osgVisual\osgVisual\bin\altimeterSimple.v" paintBackground="no" position_x="1" position_y="1" zoom="1.0" playanimation="yes"></vista2d> |
---|
[151] | 23 | </module> |
---|
[183] | 24 | |
---|
[154] | 25 | <module name="dataio" enabled="yes"> |
---|
| 26 | <!-- XML configuration of the module "dataIO" |
---|
[183] | 27 | The parameter "enabled" is ignored, because dataIO is mandatory for the visual system to place object etc. |
---|
| 28 | |
---|
[154] | 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. |
---|
[183] | 32 | standalone: This role recieves all relevant data via the extLink and renders it. No cluster functionality is used. |
---|
[154] | 33 | --> |
---|
[160] | 34 | <dataio clusterrole="standalone"></dataio> |
---|
[183] | 35 | <cluster implementation="enet" hardsync="yes" master_ip="10.10.10.10" port="1234" use_zlib_compressor="yes" ></cluster> |
---|
[160] | 36 | <extlink implementation="vcl" filename="osgVisual.xml"></extlink> |
---|
[154] | 37 | </module> |
---|
[123] | 38 | |
---|
| 39 | <scenery> |
---|
| 40 | <terrain filename="d:\my\path\database.ive"></terrain> |
---|
[191] | 41 | <animationpath filename="salzburg.path"></animationpath> |
---|
[123] | 42 | <models> |
---|
| 43 | <model filename="cessna" type="plain" label="TestText!" dynamic="yes"> |
---|
| 44 | <position lat="47.12345" lon="11.234567" alt="1500.0"></position> |
---|
| 45 | <attitude rot_x="0.0" rot_y="0.0" rot_z="0.0"></attitude> |
---|
| 46 | <cameraoffset> |
---|
| 47 | <translation trans_x="0.0" trans_y="0.0" trans_z="0.0"></translation> |
---|
| 48 | <rotation rot_x="0.0" rot_y="0.0" rot_z="0.0"></rotation> |
---|
| 49 | </cameraoffset> |
---|
| 50 | </model> |
---|
| 51 | </models> |
---|
[189] | 52 | <datetime day="0" month="0" year="0" hour="15" minute="30"></datetime> |
---|
[129] | 53 | <visibility range="50000" turbidity="2.2" ></visibility> |
---|
| 54 | <cloudlayer slot="1" type="cumulusCongestus" enabled="true" fadetime="15"> |
---|
| 55 | <geometry baselength="50000" basewidth="50000" thickness="500" baseHeight="1700" density="0.3"></geometry> |
---|
| 56 | <precipitation rate_mmPerHour_rain="5.0" rate_mmPerHour_drySnow="7.0" rate_mmPerHour_wetSnow="10.0" rate_mmPerHour_sleet="0.0"></precipitation> |
---|
| 57 | </cloudlayer> |
---|
| 58 | <windlayer bottom="500.0" top="700." speed="25.0" direction="90.0"></windlayer> |
---|
[123] | 59 | </scenery> |
---|
| 60 | </osgvisualconfiguration> |
---|
| 61 | |
---|