Changeset 212 for osgVisual/trunk/bin
- Timestamp:
- Jan 30, 2011, 8:30:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/bin/osgVisualConfig.xml
r208 r212 43 43 <!-- Models can be loaded and placed in the scenery. 44 44 - objectname: Name of the object to identify it in the scenegraph. 45 - tracking ID: ID to manage which object should be tracked 45 46 - label: text to label the model with. 46 47 - dynamic: "yes" to add an standard updater to the model. … … 53 54 - Geometryscale [optional]: Scale factors for the loaded 3D model in all three dimensions. 54 55 --> 55 <model objectname="TestObject" label="TestText!" dynamic="yes">56 <model objectname="TestObject" trackingid="1" label="TestText!" dynamic="yes"> 56 57 <position lat="47.12345" lon="11.234567" alt="1500.0"></position> 57 58 <attitude rot_x="0.0" rot_y="0.0" rot_z="0.0"></attitude> … … 65 66 <rotation rot_x="0.0" rot_y="0.0" rot_z="0.0"></rotation> 66 67 </cameraoffset> 67 <geometry filename="../models/ Boing777-200.ive">68 <geometry filename="../models/saenger1.flt"> 68 69 <offset rot_x="0.0" rot_y="0.0" rot_z="0.0"></offset> 69 70 <scalefactor scale_x="1.0" scale_y="1.0" scale_z="1.0"></scalefactor> 70 71 </geometry> 71 72 </model> 73 <trackmodel id="1"></trackmodel> 72 74 </models> 73 75 <datetime day="0" month="0" year="0" hour="12" minute="30"></datetime>
Note: See TracChangeset
for help on using the changeset viewer.