#include "PxPhysXConfig.h"
#include "common/PxBase.h"
Go to the source code of this file.
Classes | |
struct | PxMaterialFlag |
Flags which control the behavior of a material. More... | |
struct | PxCombineMode |
enumeration that determines the way in which two material properties will be combined to yield a friction or restitution coefficient for a collision. More... | |
class | PxMaterial |
Material class to represent a set of surface properties. More... | |
Typedefs | |
typedef PxFlags < PxMaterialFlag::Enum, PxU16 > | PxMaterialFlags |
collection of set bits defined in PxMaterialFlag. |