Canvas troubleshooting: Difference between revisions

Jump to navigation Jump to search
m
m (→‎Dumping Canvas scene graphs to disk: need to come up with a geshi scheme for osg scene graphs ??)
Line 423: Line 423:
root.dumpSceneGraph('my-canvas-scenegraph.osg');
root.dumpSceneGraph('my-canvas-scenegraph.osg');
</syntaxhighlight>
</syntaxhighlight>
Next, we're going to explore dumping complex scene graphs to disk, i.e. those created by Canvas MFDs like the [[NavDisplay]] - so that we can check what the scene graph looks like after optimizing/simplifying it using osg::Simplifier and osg::Optimizer respectively, while also investigating which additional OSG properties may be helpful to expose for the optimizer/simplifier to provide satisfying results.


=== Tracking update frequency per Canvas/Element ===
=== Tracking update frequency per Canvas/Element ===

Navigation menu