Skip to content

Enumeration: DebugDrawMode

Enumeration Members

Enumeration Members

NoDebug

NoDebug = 0

Do not display debug information

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:25


DrawWireframe

DrawWireframe = 1

Draw the wireframe of the physics object

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:29


DrawAabb

DrawAabb = 2

Draw the bounding box (AABB) of the physics object

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:33


DrawFeaturesText

DrawFeaturesText = 4

Draw feature-point text

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:37


DrawContactPoints

DrawContactPoints = 8

Draw contact points

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:41


NoDeactivation

NoDeactivation = 16

Disable deactivation

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:45


NoHelpText

NoHelpText = 32

Do not display help text

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:49


DrawText

DrawText = 64

Draw text information

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:53


ProfileTimings

ProfileTimings = 128

Display performance timing information

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:57


EnableSatComparison

EnableSatComparison = 256

Enable SAT comparison

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:61


DisableBulletLCP

DisableBulletLCP = 512

Disable Bullet's LCP algorithm

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:65


EnableCCD

EnableCCD = 1024

Enable continuous collision detection (CCD)

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:69


DrawConstraints

DrawConstraints = 2048

Draw constraints

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:73


DrawConstraintLimits

DrawConstraintLimits = 4096

Draw constraint limits

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:77


FastWireframe

FastWireframe = 8192

Draw the AABB of the fast-culling proxy

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:81


DrawAabbDynamic

DrawAabbDynamic = 16384

Draw the dynamic AABB tree

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:85


DrawSoftBodies

DrawSoftBodies = 32768

Draw soft-body physics

Defined in

packages/physics/visualDebug/DebugDrawModeEnum.ts:89

Released under the MIT License