mk_box3d_debug_drawfunction
bool mk_box3d_debug_draw(mk_box3d_debug_draw_t adapter, b3WorldId world, mk_draw3d_ctx_t draw3d, const mk_box3d_debug_draw_desc *desc)Draw authoritative Box3D state into an active draw3d context.
Destroy the Box3D world before destroying its adapter.
| Parameter | Type | Description |
|---|---|---|
adapter | mk_box3d_debug_draw_t | Value for adapter. |
world | b3WorldId | Value for world. |
draw3d | mk_draw3d_ctx_t | Value for draw3d. |
desc | const mk_box3d_debug_draw_desc * | Configuration descriptor. |
Returns True when the operation succeeds.