Classes | |
| struct | dataType |
Static Public Member Functions | |
| static void | init (Particles *, DrawActionBase *, dataType &data, GeoPositionsPtr pos) |
| static bool | particle (dataType &data, UInt32 particle) |
| static Pnt3f & | position (dataType &data) |
| static void | vertex (dataType &data, UInt32, Vec4f &dir, Real32 s) |
| static void | vertex (dataType &data) |
Definition at line 738 of file OSGParticles.cpp.
| static void PosTraitGeneric::init | ( | Particles * | , | |
| DrawActionBase * | , | |||
| dataType & | data, | |||
| GeoPositionsPtr | pos | |||
| ) | [inline, static] |
Definition at line 747 of file OSGParticles.cpp.
References PosTraitGeneric::dataType::pos.
| static bool PosTraitGeneric::particle | ( | dataType & | data, | |
| UInt32 | particle | |||
| ) | [inline, static] |
Definition at line 753 of file OSGParticles.cpp.
References PosTraitGeneric::dataType::p, and PosTraitGeneric::dataType::pos.
00754 { 00755 data.pos->getValue(data.p, particle); 00756 00757 return false; 00758 }
Definition at line 760 of file OSGParticles.cpp.
References PosTraitGeneric::dataType::p.
| static void PosTraitGeneric::vertex | ( | dataType & | data, | |
| UInt32 | , | |||
| Vec4f & | dir, | |||
| Real32 | s | |||
| ) | [inline, static] |
Definition at line 765 of file OSGParticles.cpp.
References PosTraitGeneric::dataType::p.
| static void PosTraitGeneric::vertex | ( | dataType & | data | ) | [inline, static] |
Definition at line 773 of file OSGParticles.cpp.
References osg::Point< ValueTypeT, SizeI >::getValues(), and PosTraitGeneric::dataType::p.
1.6.1