Public Attributes
nvidia::apex::ChunkParticleReportData Struct Reference

#include <ModuleDestructible.h>

List of all members.

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.

Position buffer. The length of this buffer is given by positionCount.

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 Tue Aug 1 2017 22:43:54

Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.