An enum defined in __gmbullet.gml
Enum representing debug draw modes for rendering debug information.
Name | Description |
---|---|
DBG_NoDebug | No debug drawing. |
DBG_DrawWireframe | Debug drawing of wireframe. |
DBG_DrawAabb | Debug drawing of axis-aligned bounding boxes (AABBs). |
DBG_DrawFeaturesText | Debug drawing of features as text. |
DBG_DrawContactPoints | Debug drawing of contact points. |
DBG_NoDeactivation | Debug drawing with no deactivation. |
DBG_NoHelpText | Debug drawing with no help text. |
DBG_DrawText | Debug drawing of text. |
DBG_ProfileTimings | Debug drawing of profile timings. |
DBG_EnableSatComparison | Debug enabling of Separating Axis Theorem (SAT) comparison. |
DBG_DisableBulletLCP | Debug disabling of Bullet's Linear Complementarity Problem (LCP). |
DBG_EnableCCD | Debug enabling of Continuous Collision Detection (CCD). |
DBG_DrawConstraints | Debug drawing of constraints. |
DBG_DrawConstraintLimits | Debug drawing of constraint limits. |
DBG_FastWireframe | Debug drawing of wireframe in a fast manner. |
DBG_DrawNormals | Debug drawing of normals. |
DBG_DrawFrames | Debug drawing of frames. |
DBG_MAX_DEBUG_DRAW_MODE | Maximum debug draw mode. |
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.