
Static Public Member Functions | |
| static void | init (Particles *part, DrawActionBase *, dataType &data) |
| static bool | particle (dataType &, UInt32) |
| static Vec3f & | size (dataType &data, UInt32) |
Classes | |
| struct | dataType |
Definition at line 840 of file OSGParticles.cpp.
| static void SizeTraitSingle::init | ( | Particles * | part, | |
| DrawActionBase * | , | |||
| dataType & | data | |||
| ) | [inline, static] |
Definition at line 848 of file OSGParticles.cpp.
References osg::ParticlesBase::getSizes(), and SizeTraitSingle::dataType::s.
00849 { 00850 data.s = part->getSizes()[0]; 00851 }
| static bool SizeTraitSingle::particle | ( | dataType & | , | |
| UInt32 | ||||
| ) | [inline, static] |
1.5.5