
Static Public Member Functions | |
| static void | init (Particles *part, DrawActionBase *, dataType &data) |
| static bool | particle (dataType &, UInt32) |
| static void | vertex (dataType &data) |
| static void | vertex (dataType &data, UInt32, Real32 u, Real32 v) |
Classes | |
| struct | dataType |
Definition at line 1001 of file OSGParticles.cpp.
| static void TexTraitSingle::init | ( | Particles * | part, | |
| DrawActionBase * | , | |||
| dataType & | data | |||
| ) | [inline, static] |
Definition at line 1009 of file OSGParticles.cpp.
References osg::ParticlesBase::getMFTextureZs(), and TexTraitSingle::dataType::z.
01010 { 01011 data.z = (*(part->getMFTextureZs()))[0]; 01012 }
| static bool TexTraitSingle::particle | ( | dataType & | , | |
| UInt32 | ||||
| ) | [inline, static] |
| static void TexTraitSingle::vertex | ( | dataType & | data | ) | [inline, static] |
| static void TexTraitSingle::vertex | ( | dataType & | data, | |
| UInt32 | , | |||
| Real32 | u, | |||
| Real32 | v | |||
| ) | [inline, static] |
1.5.5