Lose the 2D mag compass, and use a new, 3D one instead.
Warning: this may look like crap without a plib patch.
This commit is contained in:
parent
f0623d893c
commit
f3134efbc7
2 changed files with 9 additions and 8 deletions
|
@ -270,14 +270,6 @@ Legacy 2D instruments and actions for the 3D C172P cockpit.
|
|||
|
||||
<!-- end radio stack -->
|
||||
|
||||
<instrument include="../../Instruments/magcompass.xml">
|
||||
<name>Magnetic Compass</name>
|
||||
<x>712</x>
|
||||
<y>412</y>
|
||||
<w>85</w>
|
||||
<h>50</h>
|
||||
</instrument>
|
||||
|
||||
<instrument>
|
||||
<name>3D Action Placeholder</name>
|
||||
<x>712</x>
|
||||
|
|
|
@ -27,6 +27,15 @@
|
|||
</top-left>
|
||||
</panel>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/Instruments-3d/mag-compass.xml</path>
|
||||
<offsets>
|
||||
<x-m>-0.35</x-m>
|
||||
<y-m>0.00</y-m>
|
||||
<z-m>0.18</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<!-- LOD for the model as a whole -->
|
||||
|
||||
<animation>
|
||||
|
|
Loading…
Add table
Reference in a new issue