PhysX SDK 3.2 API Reference: PxClothFlag Struct Reference

PhysX SDK 3.2 API

PxClothFlag Struct Reference
[Cloth]

flag for behaviors of the cloth solver More...

#include <PxClothTypes.h>

List of all members.


Public Types

enum  Enum {
  eSWEPT_CONTACT = (1<<0),
  eGPU = (1<<1)
}

Detailed Description

flag for behaviors of the cloth solver

Defines flags to turn on/off for each feature of the cloth solver.

The flag can be set during the cloth object construction (

See also:
PxPhysics.createCloth() ),
or individually after the Cloth has been created (

PxCloth.setClothFlag() )


Member Enumeration Documentation

Enumerator:
eSWEPT_CONTACT  use swept contact (continuous collision)
eGPU 


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



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