Convex collision of a clothing actor. More...
#include <ClothingCollision.h>
Public Member Functions | |
virtual uint32_t | getNumPlanes ()=0 |
Returns the number of planes that define this convex. | |
virtual ClothingPlane ** | getPlanes ()=0 |
Returns pointer to the planes that define this convex. | |
virtual void | releaseWithPlanes ()=0 |
Releases this convex and all its planes. |
Convex collision of a clothing actor.
A convex is represented by a list of ClothingPlanes.
virtual void nvidia::apex::ClothingConvex::releaseWithPlanes | ( | ) | [pure virtual] |
Releases this convex and all its planes.