#include "PxPhysXConfig.h"
#include "foundation/PxStrideIterator.h"
#include "foundation/PxBounds3.h"
Go to the source code of this file.
Classes | |
class | PxParticleExt |
struct | PxParticleExt::ParticleBounds |
class | PxParticleExt::IndexPool |
Class to manage particle indices. Extension particle index management can be useful if no application side particle index allocation functionality is available. An PxParticleExt::IndexPool instance is meant to be used for one PxParticleSystem/PxParticleFluid instance. The instance can be created with PxParticleExt::createIndexPool(). More... | |