nvidia::apex::ClothingCapsule Class Reference
Capsule collision of a clothing actor. More...
#include <ClothingCollision.h>
Inheritance diagram for nvidia::apex::ClothingCapsule:
Public Member Functions | |
virtual ClothingSphere ** | getSpheres ()=0 |
Returns the pointers to the two spheres that represent this capsule. | |
virtual void | releaseWithSpheres ()=0 |
Releases this sphere and its two spheres. |
Detailed Description
Capsule collision of a clothing actor.
A capsule is represented by two ClothingSpheres.
Member Function Documentation
virtual void nvidia::apex::ClothingCapsule::releaseWithSpheres | ( | ) | [pure virtual] |
Releases this sphere and its two spheres.
- Note:
- Only use releaseWithSpheres if the 2 spheres are used exclusively by this capsule. Spheres referenced by other convexes will not be released.
The documentation for this class was generated from the following file:
Generated on Fri Dec 15 2017 13:58:38
Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.