nvidia::apex::EmitterGeomExplicit::PointListData Struct Reference
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. |
Detailed Description
Structure contains positions, velocities and user data for particles.
Member Data Documentation
Pointer to first position.
The stride between position vectors.
Pointer to first instance of user data.
The stride between instances of user data.
Pointer to first velocity.
The stride between velocity vectors.
The documentation for this struct was generated from the following file:
Generated on Fri Dec 15 2017 13:58:27
Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.