Classes | |
class | AccelOperator |
class | AngularAccelOperator |
class | CenteredPlacer |
class | Counter |
class | Emitter |
class | ExplosionDebrisEffect |
class | ExplosionEffect |
class | FireEffect |
class | FluidFrictionOperator |
class | FluidProgram |
class | ForceOperator |
class | Interpolator |
An abstract base class for implementing interpolators. More... | |
class | LinearInterpolator |
A linear interpolator. More... | |
class | ModularEmitter |
class | ModularProgram |
class | MultiSegmentPlacer |
class | Operator |
class | Particle |
class | ParticleEffect |
class | ParticleProcessor |
class | ParticleSystem |
class | ParticleSystemUpdater |
class | Placer |
class | PointPlacer |
class | Program |
class | RadialShooter |
class | RandomRateCounter |
struct | range |
class | SectorPlacer |
class | SegmentPlacer |
class | Shooter |
class | SmokeEffect |
class | VariableRateCounter |
Typedefs | |
typedef range< float > | rangef |
Range of floats. | |
typedef range< osg::Vec2 > | rangev2 |
Range of osg::Vec2s. | |
typedef range< osg::Vec3 > | rangev3 |
Range of osg::Vec3s. | |
typedef range< osg::Vec4 > | rangev4 |
Range of osg::Vec4s. |
|
Range of floats.
|
|
Range of osg::Vec2s.
|
|
Range of osg::Vec3s.
|
|
Range of osg::Vec4s.
|