Skip to content

raylib.DrawBoundingBox

JoeStrout edited this page Apr 29, 2026 · 3 revisions

Draw a bounding box with wires

Parameters

Parameter Default Value Note
box
color WHITE

Return value

None.

Notes

Example

// Inside BeginMode3D / EndMode3D:
box = {min:[-1,-1,-1], max:[1,1,1]}
raylib.DrawBoundingBox box, raylib.GREEN

Clone this wiki locally