1
0
Fork 0

Norman Vine:

Allow keyboard modification of the visibility distance.
This commit is contained in:
curt 2003-08-05 16:38:44 +00:00
parent 554c2ba1bc
commit 9498fb2a8f

View file

@ -677,9 +677,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
<name>Z</name>
<desc>Decrease Visibility</desc>
<binding>
<command>property-multiply</command>
<property>/environment/visibility-m</property>
<factor type="double">0.9090909090</factor>
<command>decrease-visibility</command>
</binding>
</key>
@ -926,9 +924,7 @@ calculated by adding 256 to the GLUT key value in glut.h.
<name>z</name>
<desc>Increase Visibility</desc>
<binding>
<command>property-multiply</command>
<property>/environment/visibility-m</property>
<factor type="double">1.1</factor>
<command>increase-visibility</command>
</binding>
</key>