1
0
Fork 0

Modified Files:

gui/menubar.xml: Tim Moore:
	These patches implement a command to dump the entire OSG scene graph as
 	a .osg text file. While large, this allows debuggers to really see
 	what's happening in the scene graph.
This commit is contained in:
frohlich 2007-05-26 11:43:27 +00:00
parent 56d07fbab2
commit a851a1824e

View file

@ -445,6 +445,12 @@
</binding> </binding>
</item> </item>
<item>
<label>Dump Scene Graph</label>
<binding>
<command>dump-scenegraph</command>
</binding>
</item>
</menu> </menu>
<menu> <menu>