Public Member Functions
nvidia::apex::ClothingConvex Class Reference

Convex collision of a clothing actor. More...

#include <ClothingCollision.h>

Inheritance diagram for nvidia::apex::ClothingConvex:

List of all members.

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.

Detailed Description

Convex collision of a clothing actor.

A convex is represented by a list of ClothingPlanes.


Member Function Documentation

virtual void nvidia::apex::ClothingConvex::releaseWithPlanes ( ) [pure virtual]

Releases this convex and all its planes.

Note:
Only use this if the planes are used exclusively by this convex. Planes referenced by other convexes will not be released.

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

Generated on Tue Aug 1 2017 22:43:53

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