Structure contains positions, velocities and user data for particles. More...
#include <EmitterGeoms.h>
Public Attributes | |
| const void * | positionStart |
| Pointer to first position. | |
| uint32_t | positionStrideBytes |
| The stride between position vectors. | |
| const void * | velocityStart |
| Pointer to first velocity. | |
| uint32_t | velocityStrideBytes |
| The stride between velocity vectors. | |
| const void * | userDataStart |
| Pointer to first instance of user data. | |
| uint32_t | userDataStrideBytes |
| The stride between instances of user data. | |
Structure contains positions, velocities and user data for particles.