Coin: SoGroup Class Reference
SoGroup, SoSeparator, and other classes derived from SoGroup, are the "tools" the application programmer uses when making the layout of the scene graph. An often asked question about …
Searching…
SoGroup, SoSeparator, and other classes derived from SoGroup, are the "tools" the application programmer uses when making the layout of the scene graph. An often asked question about …
SoGroup is a node that contains an ordered list of child nodes. The ordering of the child nodes represents the traversal order for all operations (for example, rendering, picking, and so on).
An often asked question about SoGroup nodes is: 'Why is there no SoGroup::getParent () method?' The answer to this is that nodes in the scene graph can have multiple parents, so a simple getParent () …
2002年3月5日 · Constructor & Destructor Documentation SoGroup::SoGroup ( void ) ... SoGroup::SoGroup ( int nchildren ) ... SoGroup::~SoGroup ( ) [protected, virtual]
SoGroup is a node that contains an ordered list of child nodes. The ordering of the child nodes represents the traversal order for all operations (for example, rendering, picking, and so on).
SoGroup, SoSeparator, and other classes derived from SoGroup, are the 'tools' the application programmer uses when making the layout of the scene graph. An often asked question about …
SoGroup is a node that contains an ordered list of child nodes. The ordering of the child nodes represents the traversal order for all operations (for example, rendering, picking, and so on).
SoGroup is a node that contains an ordered list of child nodes. The ordering of the child nodes represents the traversal order for all operations (for example, rendering, picking, and so on).