Classes | |
| struct | dataType |
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) |
Definition at line 1035 of file OSGParticles.cpp.
| static void TexTraitSingle::init | ( | Particles * | part, | |
| DrawActionBase * | , | |||
| dataType & | data | |||
| ) | [inline, static] |
Definition at line 1043 of file OSGParticles.cpp.
References osg::ParticlesBase::getMFTextureZs(), and TexTraitSingle::dataType::z.
01044 { 01045 data.z = (*(part->getMFTextureZs()))[0]; 01046 }
| static bool TexTraitSingle::particle | ( | dataType & | , | |
| UInt32 | ||||
| ) | [inline, static] |
Definition at line 1048 of file OSGParticles.cpp.
| static void TexTraitSingle::vertex | ( | dataType & | data | ) | [inline, static] |
Definition at line 1053 of file OSGParticles.cpp.
References TexTraitSingle::dataType::z.
| static void TexTraitSingle::vertex | ( | dataType & | data, | |
| UInt32 | , | |||
| Real32 | u, | |||
| Real32 | v | |||
| ) | [inline, static] |
Definition at line 1058 of file OSGParticles.cpp.
References TexTraitSingle::dataType::z.
1.6.1