![]() |
Public API Reference |
![]() |
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. |
Buffer holder for particle buffers.
Definition at line 238 of file particles.h.
Auxiliary data, indexed in same way as the main data.
Definition at line 244 of file particles.h.
Number of valid particles in the buffer.
Definition at line 247 of file particles.h.
Main particle data.
Definition at line 241 of file particles.h.