Ignore:
Timestamp:
Jan 30, 2011, 8:30:23 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/bin/osgVisualConfig.xml

    r208 r212  
    4343      <!-- Models can be loaded and placed in the scenery.
    4444        - objectname: Name of the object to identify it in the scenegraph.
     45        - tracking ID: ID to manage which object should be tracked
    4546        - label: text to label the model with.
    4647        - dynamic: "yes" to add an standard updater to the model.
     
    5354        - Geometryscale [optional]: Scale factors for the loaded 3D model in all three dimensions.
    5455      -->
    55       <model objectname="TestObject" label="TestText!" dynamic="yes">
     56      <model objectname="TestObject" trackingid="1" label="TestText!" dynamic="yes">
    5657        <position lat="47.12345" lon="11.234567" alt="1500.0"></position>
    5758        <attitude rot_x="0.0" rot_y="0.0" rot_z="0.0"></attitude>
     
    6566          <rotation rot_x="0.0" rot_y="0.0" rot_z="0.0"></rotation>
    6667        </cameraoffset>
    67         <geometry filename="../models/Boing777-200.ive">
     68        <geometry filename="../models/saenger1.flt">
    6869          <offset rot_x="0.0" rot_y="0.0" rot_z="0.0"></offset>
    6970          <scalefactor scale_x="1.0" scale_y="1.0" scale_z="1.0"></scalefactor>
    7071        </geometry>
    7172      </model>
     73      <trackmodel id="1"></trackmodel>
    7274    </models>
    7375    <datetime day="0" month="0" year="0" hour="12" minute="30"></datetime>
Note: See TracChangeset for help on using the changeset viewer.