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

Capsule collision of a clothing actor. More...

#include <ClothingCollision.h>

Inheritance diagram for nvidia::apex::ClothingCapsule:

List of all members.

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 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.