22 #ifndef __ND_CONTACT_OPTIONS_H__
23 #define __ND_CONTACT_OPTIONS_H__
25 #include "ndCollisionStdafx.h"
29 m_collisionEnable = 1 << 0,
30 m_friction0Enable = 1 << 1,
31 m_friction1Enable = 1 << 2,
32 m_isSoftContact = 1 << 3,
33 m_override0Accel = 1 << 4,
34 m_override1Accel = 1 << 5,
35 m_override0Friction = 1 << 6,
36 m_override1Friction = 1 << 7,
37 m_overrideNormalAccel = 1 << 8,
38 m_resetSkeletonSelfCollision = 1 << 9,
39 m_resetSkeletonIntraCollision = 1 << 10,
40 m_useBrushTireModel = 1 << 11,