Classes | |
class | nv::cloth::ClothFabricCooker |
Use NvClothCreateFabricCooker() to create an implemented instance. More... | |
class | nv::cloth::ClothFabricDesc |
References all the data required to create a fabric. More... | |
struct | nv::cloth::ClothFabricPhase |
References a set of constraints that can be solved in parallel. More... | |
struct | nv::cloth::ClothFabricPhaseType |
Describe type of phase in cloth fabric. More... | |
Functions | |
PX_INLINE | nv::cloth::ClothFabricDesc::ClothFabricDesc () |
constructor sets to default. | |
nv::cloth::ClothFabricPhase::ClothFabricPhase (ClothFabricPhaseType::Enum type=ClothFabricPhaseType::eINVALID, physx::PxU32 index=0) | |
PX_INLINE bool | nv::cloth::ClothFabricDesc::isValid () const |
Returns true if the descriptor is valid. | |
NV_CLOTH_API (nv::cloth::ClothTetherCooker *) NvClothCreateSimpleTetherCooker() | |
NV_CLOTH_API (nv::cloth::ClothMeshQuadifier *) NvClothCreateMeshQuadifier() | |
NV_CLOTH_API (nv::cloth::ClothFabricCooker *) NvClothCreateFabricCooker() | |
PX_INLINE void | nv::cloth::ClothFabricDesc::setToDefault () |
(re)sets the structure to the default. | |
Variables | |
NV_CLOTH_API(nv::cloth::Factory *) NvClothCreateFactoryDX11(nv NV_CLOTH_API(void) NvClothDestroyFactory(n | NV_CLOTH_API )(bool) NvClothCompiledWithCudaSupport() |
Returns true if this dll was compiled with cuda support. |
PX_INLINE nv::cloth::ClothFabricDesc::ClothFabricDesc | ( | ) | [inherited] |
constructor sets to default.
PX_INLINE nv::cloth::ClothFabricPhase::ClothFabricPhase | ( | ClothFabricPhaseType::Enum | type = ClothFabricPhaseType::eINVALID , |
|
physx::PxU32 | index = 0 | |||
) | [inherited] |
PX_INLINE bool nv::cloth::ClothFabricDesc::isValid | ( | ) | const [inherited] |
Returns true if the descriptor is valid.
NV_CLOTH_API | ( | nv::cloth::ClothTetherCooker * | ) |
NV_CLOTH_API | ( | nv::cloth::ClothMeshQuadifier * | ) |
NV_CLOTH_API | ( | nv::cloth::ClothFabricCooker * | ) |
PX_INLINE void nv::cloth::ClothFabricDesc::setToDefault | ( | ) | [inherited] |
(re)sets the structure to the default.
NV_CLOTH_API | ( | bool | ) |
Returns true if this dll was compiled with cuda support.