Inheritance diagram for osgParticle::PointPlacer:

Public Member Functions | |
| PointPlacer () | |
| PointPlacer (const PointPlacer ©, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| META_Object (osgParticle, PointPlacer) | |
| void | place (Particle *P) const |
| Place a particle. | |
| osg::Vec3 | getControlPosition () const |
| return the control position | |
Protected Member Functions | |
| virtual | ~PointPlacer () |
| PointPlacer & | operator= (const PointPlacer &) |
This placer class uses the center point defined in its base class CenteredPlacer to place there all incoming particles.
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
return the control position
Implements osgParticle::Placer. |
|
||||||||||||
|
|
|
|
|
|
|
Place a particle.
This method is called automatically by Implements osgParticle::Placer. |