Xors3d Engine
Physics debug drawer modes

Defines

#define PXDD_AABB   2
#define PXDD_CONTACTS   4
#define PXDD_JOINT_LIMITS   16
#define PXDD_JOINTS   8
#define PXDD_NO   0
#define PXDD_NO_AXIS   32
#define PXDD_WIREFRAME   1

Define Documentation

#define PXDD_NO   0

Do not draw any debug information.

#define PXDD_WIREFRAME   1

Draw wireframe and origin of the shapes.

#define PXDD_AABB   2

Draw axis-aligned bounding boxes of the shapes.

#define PXDD_CONTACTS   4

Draw contact points and directions.

#define PXDD_JOINTS   8

Draw joints.

#define PXDD_JOINT_LIMITS   16

Draw joint limits.

#define PXDD_NO_AXIS   32

Don't draw axis if PXDD_WIREFRAME is set