Canvas troubleshooting: Difference between revisions

Jump to navigation Jump to search
Line 699: Line 699:


We can extend each Canvas element inheriting from the CanvasElement  base class to have its own osg::Simplifier sub-class implementing 2D simplification using CGAL.  
We can extend each Canvas element inheriting from the CanvasElement  base class to have its own osg::Simplifier sub-class implementing 2D simplification using CGAL.  
Such nodes (CanvasGroups) could in turn be used for procedurally creating LOD nodes for different viewer distances.
Such nodes (CanvasGroups) could in turn be used for procedurally creating LOD nodes for different viewer distances (based on [http://www.rozengain.com/blog/2011/02/16/openscenegraph-level-of-detail-management/ this tutorial]).
<syntaxhighlight lang="diff">
<syntaxhighlight lang="diff">
</syntaxhighlight>
</syntaxhighlight>

Navigation menu