PhysX SDK 3.2 API Reference: PxClothParticle Struct Reference

PhysX SDK 3.2 API

PxClothParticle Struct Reference
[Cloth]

per particle data for cloth More...

#include <PxClothTypes.h>

Collaboration diagram for PxClothParticle:

List of all members.


Public Attributes

PxVec3 pos
 position of the particle (in cloth local space)
PxReal invWeight
 inverse mass of the particle. If set to 0, the particle is fully constrained.

Detailed Description

per particle data for cloth

Defines position of the cloth particle as well as inverse mass. When inverse mass is set to 0, the particle gets fully constrained to the position during simulation.

See also:
PxPhysics.createCloth()

PxCloth.setParticles()


Member Data Documentation

inverse mass of the particle. If set to 0, the particle is fully constrained.

position of the particle (in cloth local space)


The documentation for this struct was generated from the following file:



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