public |
Inheritance Graph
graph BT
GenericMetaNode
GenericMetaNode --> Node
click GenericMetaNode "classMinSG_1_1GenericMetaNode"
click Node "classMinSG_1_1Node"
Description
GenericMetaNode | > Node An invisible Node , which can be seen when SHOW_META_OBJECTS is enabled. Useful as generic target for various Behaviours (e.g. SoundSources) or as a particle emitter. |
Public Functions
GenericMetaNode() | |
~GenericMetaNode() | |
void | setBB(const Geometry::Box & newBB) |
void | doDisplay( FrameContext & context, const RenderParam & rp) |
Documentation
function
MinSG::GenericMetaNode::GenericMetaNode
public | inline |
GenericMetaNode( | ) |
Defined in MinSG/Ext/Nodes/GenericMetaNode.h:29
function
MinSG::GenericMetaNode::~GenericMetaNode
public | virtual |
~GenericMetaNode( | ) |
Defined in MinSG/Ext/Nodes/GenericMetaNode.h:31
function
MinSG::GenericMetaNode::setBB
public | inline |
void setBB( | const Geometry::Box & | newBB ) |
Defined in MinSG/Ext/Nodes/GenericMetaNode.h:33
function
MinSG::GenericMetaNode::doDisplay
public | virtual |
void doDisplay( | FrameContext & | context, |
const RenderParam & | rp | |
) |
o Render the node. All matrix operations and states must be applied when called. This function is internally called by the default to display(…) method.
Defined in MinSG/Ext/Nodes/GenericMetaNode.h:39