Inheritance diagram for osgSim::LightPointSpriteDrawable:
Public Member Functions | |
| LightPointSpriteDrawable (const LightPointSpriteDrawable &, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| Copy constructor using CopyOp to manage deep vs shallow copy. | |
| virtual osg::Object * | cloneType () const |
| virtual osg::Object * | clone (const osg::CopyOp &) const |
| virtual bool | isSameKindAs (const osg::Object *obj) const |
| virtual const char * | className () const |
| virtual void | drawImplementation (osg::State &state) const |
| draw LightPoints. | |
Protected Member Functions | |
| virtual | ~LightPointSpriteDrawable () |
Protected Attributes | |
| osg::ref_ptr< osg::PointSprite > | _sprite |
Definition at line 26 of file LightPointSpriteDrawable.h.
1.5.1