PxConstraintFlag Struct Reference
[Physics]
a table of function pointers for a constraint
More...
#include <PxConstraint.h>
Public Types | |
enum | Enum { eBROKEN = 1<<0, ePROJECT_TO_ACTOR0 = 1<<1, ePROJECT_TO_ACTOR1 = 1<<2, ePROJECTION = ePROJECT_TO_ACTOR0 | ePROJECT_TO_ACTOR1, eCOLLISION_ENABLED = 1<<3, eVISUALIZATION = 1<<4, eDRIVE_LIMITS_ARE_FORCES = 1<<5, eIMPROVED_SLERP = 1<<7, eDISABLE_PREPROCESSING = 1<<8, eGPU_COMPATIBLE = 1<<9 } |
Detailed Description
a table of function pointers for a constraint
- See also:
- PxConstraint constraint flags
- Note:
- eBROKEN is a read only flag
Member Enumeration Documentation
- Enumerator:
The documentation for this struct was generated from the following file:
Copyright © 2008-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com