_ai | osgParticle::Particle | protected |
_alive | osgParticle::Particle | protected |
_angle | osgParticle::Particle | protected |
_angul_arvel | osgParticle::Particle | protected |
_ar | osgParticle::Particle | protected |
_base_prop | osgParticle::Particle | protected |
_ci | osgParticle::Particle | protected |
_cr | osgParticle::Particle | protected |
_cur_tile | osgParticle::Particle | protected |
_current_alpha | osgParticle::Particle | protected |
_current_color | osgParticle::Particle | protected |
_current_size | osgParticle::Particle | protected |
_depth | osgParticle::Particle | protected |
_drawable | osgParticle::Particle | protected |
_end_tile | osgParticle::Particle | protected |
_lifeTime | osgParticle::Particle | protected |
_mass | osgParticle::Particle | protected |
_massinv | osgParticle::Particle | protected |
_mustdie | osgParticle::Particle | protected |
_nextParticle | osgParticle::Particle | protected |
_position | osgParticle::Particle | protected |
_prev_angle | osgParticle::Particle | protected |
_prev_pos | osgParticle::Particle | protected |
_previousParticle | osgParticle::Particle | protected |
_radius | osgParticle::Particle | protected |
_s_coord | osgParticle::Particle | protected |
_s_tile | osgParticle::Particle | protected |
_shape | osgParticle::Particle | protected |
_si | osgParticle::Particle | protected |
_sr | osgParticle::Particle | protected |
_start_tile | osgParticle::Particle | protected |
_t0 | osgParticle::Particle | protected |
_t_coord | osgParticle::Particle | protected |
_t_tile | osgParticle::Particle | protected |
_velocity | osgParticle::Particle | protected |
addAngularVelocity(const osg::Vec3 &dv) | osgParticle::Particle | inline |
addVelocity(const osg::Vec3 &dv) | osgParticle::Particle | inline |
beginRender(osg::GLBeginEndAdapter *gl) const | osgParticle::Particle | inline |
endRender(osg::GLBeginEndAdapter *gl) const | osgParticle::Particle | inline |
getAge() const | osgParticle::Particle | inline |
getAlphaInterpolator() const | osgParticle::Particle | inline |
getAlphaRange() const | osgParticle::Particle | inline |
getAngle() const | osgParticle::Particle | inline |
getAngularVelocity() const | osgParticle::Particle | inline |
getColorInterpolator() const | osgParticle::Particle | inline |
getColorRange() const | osgParticle::Particle | inline |
getCurrentAlpha() const | osgParticle::Particle | inline |
getCurrentColor() const | osgParticle::Particle | inline |
getCurrentSize() const | osgParticle::Particle | inline |
getDepth() const | osgParticle::Particle | inline |
getDrawable() const | osgParticle::Particle | inline |
getEndTile() const | osgParticle::Particle | inline |
getLifeTime() const | osgParticle::Particle | inline |
getMass() const | osgParticle::Particle | inline |
getMassInv() const | osgParticle::Particle | inline |
getNextParticle() const | osgParticle::Particle | inline |
getNumTiles() const | osgParticle::Particle | inline |
getPosition() const | osgParticle::Particle | inline |
getPreviousAngle() const | osgParticle::Particle | inline |
getPreviousParticle() const | osgParticle::Particle | inline |
getPreviousPosition() const | osgParticle::Particle | inline |
getRadius() const | osgParticle::Particle | inline |
getShape() const | osgParticle::Particle | inline |
getSizeInterpolator() const | osgParticle::Particle | inline |
getSizeRange() const | osgParticle::Particle | inline |
getStartTile() const | osgParticle::Particle | inline |
getSTexCoord() const | osgParticle::Particle | inline |
getTileS() const | osgParticle::Particle | inline |
getTileT() const | osgParticle::Particle | inline |
getTTexCoord() const | osgParticle::Particle | inline |
getVelocity() const | osgParticle::Particle | inline |
HEXAGON enum value | osgParticle::Particle | |
INVALID_INDEX enum value | osgParticle::Particle | |
isAlive() const | osgParticle::Particle | inline |
kill() | osgParticle::Particle | inline |
LINE enum value | osgParticle::Particle | |
operator<(const Particle &P) const | osgParticle::Particle | inline |
Particle() | osgParticle::Particle | |
ParticleSystem class | osgParticle::Particle | friend |
POINT enum value | osgParticle::Particle | |
QUAD enum value | osgParticle::Particle | |
QUAD_TRIANGLESTRIP enum value | osgParticle::Particle | |
render(osg::GLBeginEndAdapter *gl, const osg::Vec3 &xpos, const osg::Vec3 &px, const osg::Vec3 &py, float scale=1.0f) const | osgParticle::Particle | |
render(osg::RenderInfo &renderInfo, const osg::Vec3 &xpos, const osg::Vec3 &xrot) const | osgParticle::Particle | |
setAlphaInterpolator(Interpolator *ai) | osgParticle::Particle | inline |
setAlphaInterpolator(const osg::ref_ptr< T > &ri) | osgParticle::Particle | inline |
setAlphaRange(const rangef &r) | osgParticle::Particle | inline |
setAngle(const osg::Vec3 &a) | osgParticle::Particle | inline |
setAngularVelocity(const osg::Vec3 &v) | osgParticle::Particle | inline |
setColorInterpolator(Interpolator *ci) | osgParticle::Particle | inline |
setColorInterpolator(const osg::ref_ptr< T > &ri) | osgParticle::Particle | inline |
setColorRange(const rangev4 &r) | osgParticle::Particle | inline |
setDepth(double d) | osgParticle::Particle | inline |
setDrawable(osg::Drawable *d) | osgParticle::Particle | inline |
setDrawable(const osg::ref_ptr< T > &ri) | osgParticle::Particle | inline |
setLifeTime(double t) | osgParticle::Particle | inline |
setMass(float m) | osgParticle::Particle | inline |
setNextParticle(int next) | osgParticle::Particle | inline |
setPosition(const osg::Vec3 &p) | osgParticle::Particle | inline |
setPreviousParticle(int previous) | osgParticle::Particle | inline |
setRadius(float r) | osgParticle::Particle | inline |
setShape(Shape s) | osgParticle::Particle | inline |
setSizeInterpolator(Interpolator *ri) | osgParticle::Particle | inline |
setSizeInterpolator(const osg::ref_ptr< T > &ri) | osgParticle::Particle | inline |
setSizeRange(const rangef &r) | osgParticle::Particle | inline |
setTextureTile(int sTile, int tTile, int end=-1) | osgParticle::Particle | inline |
setTextureTileRange(int sTile, int tTile, int startTile, int endTile) | osgParticle::Particle | inline |
setUpTexCoordsAsPartOfConnectedParticleSystem(ParticleSystem *ps) | osgParticle::Particle | |
setVelocity(const osg::Vec3 &v) | osgParticle::Particle | inline |
Shape enum name | osgParticle::Particle | |
transformAngleVelocity(const osg::Matrix &xform) | osgParticle::Particle | inline |
transformPositionVelocity(const osg::Matrix &xform) | osgParticle::Particle | inline |
transformPositionVelocity(const osg::Matrix &xform1, const osg::Matrix &xform2, float r) | osgParticle::Particle | inline |
update(double dt, bool onlyTimeStamp) | osgParticle::Particle | |
USER enum value | osgParticle::Particle | |