VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
txp::GeodeGroup Class Reference

This is group that will has geode node It is better since all the geometry children will be added into one Geode node as drawables, then having one geode node per child Means, instad of having Group +--------— | | Geode Geode | | Drawable Drawable we will have Group | Geode +--------— | | Drawable Drawable.

Inheritance diagram for txp::GeodeGroup:
Inheritance graph
[legend]

Public Member Functions

 GeodeGroup ()
 
 GeodeGroup (const GeodeGroup &gg, const osg::CopyOp &copyop=osg::CopyOp::SHALLOW_COPY)
 
 META_Node (txp, GeodeGroup)
 
osg::Geode * getGeode ()
 

Protected Attributes

osg::Geode * _geode
 

Constructor & Destructor Documentation

txp::GeodeGroup::GeodeGroup ( )
inline
txp::GeodeGroup::GeodeGroup ( const GeodeGroup gg,
const osg::CopyOp &  copyop = osg::CopyOp::SHALLOW_COPY 
)
inline

Member Function Documentation

txp::GeodeGroup::META_Node ( txp  ,
GeodeGroup   
)
osg::Geode* txp::GeodeGroup::getGeode ( )
inline

References _geode.

Member Data Documentation

osg::Geode* txp::GeodeGroup::_geode
protected

Referenced by getGeode().


The documentation for this class was generated from the following file:

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)