Public Member Functions | Public Attributes
physx::apex::NxDestructibleAssetCookingDesc Class Reference

#include <NxDestructibleAsset.h>

List of all members.

Public Member Functions

PX_INLINE NxDestructibleAssetCookingDesc ()
 constructor sets to default.
PX_INLINE void setToDefault ()
 (re)sets the structure to the default.
PX_INLINE bool isValid () const

Public Attributes

NxDestructibleChunkDescchunkDescs
physx::PxU32 chunkDescCount
NxDestructibleBehaviorGroupDesc defaultBehaviorGroupDesc
NxDestructibleBehaviorGroupDescbehaviorGroupDescs
physx::PxU32 behaviorGroupDescCount
physx::PxI8 RTFractureBehaviorGroup
NxDestructibleGeometryDescgeometryDescs
physx::PxU32 geometryDescCount

Detailed Description

Destructible authoring structure.

Descriptor for the cookChunk() method of NxDestructibleAssetAuthoring


Constructor & Destructor Documentation

PX_INLINE physx::apex::NxDestructibleAssetCookingDesc::NxDestructibleAssetCookingDesc ( )

constructor sets to default.


Member Function Documentation

PX_INLINE bool physx::apex::NxDestructibleAssetCookingDesc::isValid ( ) const

Returns true iff an object can be created using this descriptor.

PX_INLINE void physx::apex::NxDestructibleAssetCookingDesc::setToDefault ( )

(re)sets the structure to the default.


Member Data Documentation

The size of the behaviorGroupDescs array. This must be positive.

Beginning of array of descriptors, one for each behavior group.

The size of the chunkDescs array. This must be positive.

Beginning of array of descriptors, one for each chunk.

Default behavior group (corresponds to index of -1).

The size of the geometryDescs array. This must be positive.

Beginning of array of descriptors, one for each mesh part.


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

Generated on Mon Apr 28 2014 08:01:20

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