nvidia::apex::ChunkParticleReportData Struct Reference
#include <ModuleDestructible.h>
Public Attributes | |
const PxVec3 * | positions |
uint32_t | positionCount |
const PxVec3 * | velocities |
uint32_t | velocityCount |
Detailed Description
Particle buffer data returned with UserChunkParticleReport
Member Data Documentation
The array length of the positions buffer.
const PxVec3* nvidia::apex::ChunkParticleReportData::positions |
Position buffer. The length of this buffer is given by positionCount.
const PxVec3* nvidia::apex::ChunkParticleReportData::velocities |
Velocity buffer. The length of this buffer is given by velocityCount. N.B.: The velocity buffer might not have the same length as the positions buffer. It will be one of three lengths: velocityCount = 0: There is no velocity data with these particles. velocityCount = 1: All of the particle velocities are the same, given by *velocities. velocityCount = positionCount: Each particle velocity is given.
The array length of the velocities buffer. (See the description above.)
The documentation for this struct was generated from the following file:
Generated on Fri Dec 15 2017 13:58:22 Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.