gramods
|
This view mixes the graphics from two or more other views. More...
#include <ViewMixView.hh>
Classes | |
struct | Impl |
Public Member Functions | |
void | renderFullPipeline (ViewSettings settings) override |
Appends local renderers to the view settings, forwards rendering to the sub views and mixes the results. More... | |
void | traverse (Visitor *visitor) override |
Propagates the specified visitor. More... | |
void | setMixType (std::string) |
Set type of mixing. More... | |
void | addView (std::shared_ptr< View >) |
Add a view to mix. More... | |
![]() | |
void | addNode (std::shared_ptr< Node > node) |
Adds a scenegraph to the view. More... | |
void | setViewpoint (std::shared_ptr< Viewpoint > viewpoint) |
Sets the viewpoint to use in the views rendered by this ViewBase. More... | |
void | addViewpoint (std::shared_ptr< Viewpoint > viewpoint) |
Adds a viewpoint to use in the views rendered by this ViewBase. More... | |
![]() | |
Object () | |
Initializes internal data. More... | |
virtual | ~Object () |
Cleaning up internal data. More... | |
virtual void | initialize () |
Called to initialize the Object. More... | |
virtual void | accept (Visitor *visitor) |
Calls the visitors apply method with this as argument. More... | |
bool | isInitialized () |
Returns true if the Object is initialized. More... | |
Static Public Attributes | |
static gramods::gmCore::OFactory::OFactoryInformation | _gm_ofi |
![]() | |
static gramods::gmCore::OFactory::OFactoryInformation | _gm_ofi |
![]() | |
static gramods::gmCore::OFactory::OFactoryInformation | _gm_ofi |
Additional Inherited Members | |
![]() | |
void | populateViewSettings (ViewSettings &settings) |
Adds the dispatcher's local renderers and viewpoint, if set. More... | |
![]() | |
Node::list | nodes |
std::vector< std::shared_ptr< Viewpoint > > | viewpoints |
This view mixes the graphics from two or more other views.
void gramods::gmGraphics::ViewMixView::addView | ( | std::shared_ptr< View > | v | ) |
Add a view to mix.
XML-attribute: view
|
overridevirtual |
Appends local renderers to the view settings, forwards rendering to the sub views and mixes the results.
Reimplemented from gramods::gmGraphics::ViewBase.
void gramods::gmGraphics::ViewMixView::setMixType | ( | std::string | s | ) |
Set type of mixing.
Default is average. Valid values are
XML-attribute: mixType
Valid values are
|
overridevirtual |
Propagates the specified visitor.
Reimplemented from gramods::gmGraphics::ViewBase.