Particle system data.
Public Member Functions | |
| __forceinline sVec3f * | GetPosition (tU32 anIndex) const |
| __forceinline sVec3f * | GetNextPosition (sVec3f *apCur) const |
| __forceinline sVec3f * | GetPositionB (tU32 anIndex) const |
| __forceinline sVec3f * | GetNextPositionB (sVec3f *apCur) const |
| __forceinline sVec4f * | GetSizeAge (tU32 anIndex) const |
| __forceinline sVec4f * | GetNextSizeAge (sVec4f *apCur) const |
| __forceinline sVec3f * | GetVelocity (tU32 anIndex) const |
| __forceinline sVec3f * | GetNextVelocity (sVec3f *apCur) const |
| __forceinline sVec3f * | GetVelocityB (tU32 anIndex) const |
| __forceinline sVec3f * | GetNextVelocityB (sVec3f *apCur) const |
| __forceinline sColor4f * | GetColor (tU32 anIndex) const |
| __forceinline sColor4f * | GetNextColor (sColor3f *apCur) const |
Public Attributes | |
| tPtr | pPtr |
| Pointer to the begining of the data (cast to tVertexParticleData* or sParticleData*) More... | |
| tSize | nStride |
| tSize | nPosOffset |
| tSize | nPosBOffset |
| tSize | nSizeAgeOffset |
| tSize | nVelOffset |
| tSize | nVelBOffset |
| tSize | nColorOffset |
| tPtr pPtr |
Pointer to the begining of the data (cast to tVertexParticleData* or sParticleData*)
| tSize nStride |
| tSize nPosOffset |
| tSize nPosBOffset |
| tSize nSizeAgeOffset |
| tSize nVelOffset |
| tSize nVelBOffset |
| tSize nColorOffset |
1.8.7