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:
parent
56d07fbab2
commit
a851a1824e
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue