
Static Public Member Functions | |
| static void | init (Particles *part, DrawActionBase *, dataType &data) |
| static bool | particle (dataType &data, UInt32 particle) |
| static void | vertex (dataType &data) |
| static void | vertex (dataType &data, UInt32, Real32 u, Real32 v) |
Classes | |
| struct | dataType |
Definition at line 969 of file OSGParticles.cpp.
| static void TexTraitParticle::init | ( | Particles * | part, | |
| DrawActionBase * | , | |||
| dataType & | data | |||
| ) | [inline, static] |
Definition at line 978 of file OSGParticles.cpp.
References osg::ParticlesBase::getMFTextureZs(), and TexTraitParticle::dataType::texzs.
00979 { 00980 data.texzs = part->getMFTextureZs(); 00981 }
| static bool TexTraitParticle::particle | ( | dataType & | data, | |
| UInt32 | particle | |||
| ) | [inline, static] |
Definition at line 983 of file OSGParticles.cpp.
References TexTraitParticle::dataType::texzs, and TexTraitParticle::dataType::z.
00984 { 00985 data.z = (*(data.texzs))[particle]; 00986 return false; 00987 }
| static void TexTraitParticle::vertex | ( | dataType & | data | ) | [inline, static] |
| static void TexTraitParticle::vertex | ( | dataType & | data, | |
| UInt32 | , | |||
| Real32 | u, | |||
| Real32 | v | |||
| ) | [inline, static] |
1.5.5