Canvas view camera element: Difference between revisions

m
Line 461: Line 461:


Several optimization/miscellaneous parameters like:
Several optimization/miscellaneous parameters like:
* texture size/resolution (see Fernando's comments here: [[Talk:Hackathon_Proposal:_CompositeViewer_and_Canvas#SceneGraph_Cameras_vs._Prerender_Cams]] )
* OSG rendering mode (continuous vs. lazy/on demand)
* OSG rendering mode (continuous vs. lazy/on demand)
* framerate cap
* framerate cap
Line 467: Line 468:


Simplifying a lot, this Canvas Element would be an aggregation of:
Simplifying a lot, this Canvas Element would be an aggregation of:
* a Compositor instance
* a Compositor instance / effect scheme
* a View  
* a View  
* a pointer to a <tt>osg::Group</tt> representing the scene graph to render (e.g. alias or filename based).
* a pointer to a <tt>osg::Group</tt> representing the scene graph to render (e.g. alias or filename based).