| 41 | |
| 42 | |
| 43 | == Position & Attitute == |
| 44 | {{{ |
| 45 | #!xml |
| 46 | <position lat="47.8123" lon="12.94088" alt="700.0"></position> |
| 47 | <attitude rot_x="0.0" rot_y="0.0" rot_z="0.0"></attitude> |
| 48 | }}} |
| 49 | |
| 50 | == Updater == |
| 51 | {{{ |
| 52 | #!xml |
| 53 | <updater> |
| 54 | <position lat="" lon="" alt=""></position> |
| 55 | <attitude rot_x="" rot_y="" rot_z=""></attitude> |
| 56 | <label text=""></label> |
| 57 | </updater> |
| 58 | }}} |
| 59 | |
| 60 | == Camera Offset == |
| 61 | {{{ |
| 62 | #!xml |
| 63 | <cameraoffset> |
| 64 | <translation trans_x="0.0" trans_y="0.0" trans_z="0.0"></translation> |
| 65 | <rotation rot_x="0.0" rot_y="0.0" rot_z="0.0"></rotation> |
| 66 | </cameraoffset> |
| 67 | }}} |
| 68 | |
| 69 | == Geometry == |
| 70 | {{{ |
| 71 | #!xml |
| 72 | <geometry filename="../models/saenger1.flt"> |
| 73 | <offset rot_x="0.0" rot_y="0.0" rot_z="0.0"></offset> |
| 74 | <scalefactor scale_x="1.0" scale_y="1.0" scale_z="1.0"></scalefactor> |
| 75 | </geometry> |
| 76 | }}} |
| 77 | |
| 78 | |
| 79 | |