1
0
Fork 0

- move OSG's "on-screen-statistics" function to the Debug menu

- add "print-statistics" menu entry
This commit is contained in:
mfranz 2008-04-20 18:28:11 +00:00
parent 071c2e913b
commit 88d8169764

View file

@ -483,6 +483,23 @@
</binding>
</item>
<item>
<label>Print Statistics</label>
<binding>
<command>property-assign</command>
<property>/sim/rendering/print-statistics</property>
<value>true</value>
</binding>
</item>
<item>
<label>Cycle On-Screen Statistics</label>
<binding>
<command>property-assign</command>
<property>/sim/rendering/on-screen-statistics</property>
<value>true</value>
</binding>
</item>
</menu>
<menu>