Grid view for ufo
Addition of a coloured 8x8m lattice box around the UFO, switched on/off using Ctrl+G. This is to aid configuration of multi-monitor displays.
This commit is contained in:
parent
7a1cb213dc
commit
14ad6bb9f9
4 changed files with 50336 additions and 1305 deletions
BIN
Aircraft/ufo/Models/grid.png
Normal file
BIN
Aircraft/ufo/Models/grid.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 127 B |
File diff suppressed because it is too large
Load diff
|
@ -17,6 +17,19 @@
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>select</type>
|
||||||
|
<condition>
|
||||||
|
<property>/sim/model/display-grid</property>
|
||||||
|
</condition>
|
||||||
|
<object-name>GridBottom</object-name>
|
||||||
|
<object-name>GridFront</object-name>
|
||||||
|
<object-name>GridPort</object-name>
|
||||||
|
<object-name>GridRear</object-name>
|
||||||
|
<object-name>GridStarboard</object-name>
|
||||||
|
<object-name>GridTop</object-name>
|
||||||
|
</animation>
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>blend</type>
|
<type>blend</type>
|
||||||
<object-name>body</object-name>
|
<object-name>body</object-name>
|
||||||
|
|
|
@ -223,6 +223,10 @@
|
||||||
<name>=</name>
|
<name>=</name>
|
||||||
<desc>open/close cursor dialog</desc>
|
<desc>open/close cursor dialog</desc>
|
||||||
</key>
|
</key>
|
||||||
|
<key>
|
||||||
|
<name>Ctrl + G</name>
|
||||||
|
<desc>Show/hide 8x8x8m box grid around ufo for screen alignment</desc>
|
||||||
|
</key>
|
||||||
|
|
||||||
<line>Pre-select initial model (path relative to $FG_ROOT):</line>
|
<line>Pre-select initial model (path relative to $FG_ROOT):</line>
|
||||||
<line>  --prop:cursor=Model/path.xml</line>
|
<line>  --prop:cursor=Model/path.xml</line>
|
||||||
|
@ -255,15 +259,9 @@
|
||||||
<name>Ctrl-G</name>
|
<name>Ctrl-G</name>
|
||||||
<desc>Gear Up.</desc>
|
<desc>Gear Up.</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>property-toggle</command>
|
||||||
<script>controls.gearDown(-1)</script>
|
<property>/sim/model/display-grid</property>
|
||||||
</binding>
|
</binding>
|
||||||
<mod-up>
|
|
||||||
<binding>
|
|
||||||
<command>nasal</command>
|
|
||||||
<script>controls.gearDown(0)</script>
|
|
||||||
</binding>
|
|
||||||
</mod-up>
|
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
<key n="61">
|
<key n="61">
|
||||||
|
|
Loading…
Reference in a new issue