1
0
Fork 0

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:
Stuart Buchanan 2019-01-06 19:41:54 +00:00
parent 7a1cb213dc
commit 14ad6bb9f9
4 changed files with 50336 additions and 1305 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

File diff suppressed because it is too large Load diff

View file

@ -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>

View file

@ -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>&#32;&#32;&#45;&#45;prop:cursor=Model/path.xml</line> <line>&#32;&#32;&#45;&#45;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">