csParticleBuffer Struct Reference
[Mesh plugins]
Buffer holder for particle buffers. More...
#include <imesh/particles.h>
Public Attributes | |
| csParticleAux * | particleAuxData |
| Auxiliary data, indexed in same way as the main data. | |
| size_t | particleCount |
| Number of valid particles in the buffer. | |
| csParticle * | particleData |
| Main particle data. | |
Detailed Description
Buffer holder for particle buffers.
Definition at line 240 of file particles.h.
Member Data Documentation
Auxiliary data, indexed in same way as the main data.
Definition at line 246 of file particles.h.
Number of valid particles in the buffer.
Definition at line 249 of file particles.h.
Main particle data.
Definition at line 243 of file particles.h.
The documentation for this struct was generated from the following file:
- imesh/particles.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
