Enumeration: DebugDrawMode
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:21
Enumeration Members
NoDebug
NoDebug:
0
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:25
Do not display debug information
DrawWireframe
DrawWireframe:
1
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:29
Draw the wireframe of physics objects
DrawAabb
DrawAabb:
2
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:33
Draw the axis-aligned bounding box (AABB) of physics objects
DrawFeaturesText
DrawFeaturesText:
4
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:37
Draw feature point text
DrawContactPoints
DrawContactPoints:
8
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:41
Draw contact points
NoDeactivation
NoDeactivation:
16
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:45
Disable deactivation
NoHelpText
NoHelpText:
32
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:49
Do not display help text
DrawText
DrawText:
64
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:53
Draw text information
ProfileTimings
ProfileTimings:
128
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:57
Show performance timing information
EnableSatComparison
EnableSatComparison:
256
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:61
Enable SAT comparison
DisableBulletLCP
DisableBulletLCP:
512
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:65
Disable Bullet's LCP algorithm
EnableCCD
EnableCCD:
1024
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:69
Enable continuous collision detection
DrawConstraints
DrawConstraints:
2048
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:73
Draw constraints
DrawConstraintLimits
DrawConstraintLimits:
4096
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:77
Draw constraint limits
FastWireframe
FastWireframe:
8192
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:81
Draw the AABB of fast culling proxies
DrawAabbDynamic
DrawAabbDynamic:
16384
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:85
Draw the dynamic AABB tree
DrawSoftBodies
DrawSoftBodies:
32768
Defined in: packages/physics/visualDebug/DebugDrawModeEnum.ts:89
Draw soft body physics

