cf_draw3d_box_wire¶
Category: draw3d
GitHub: cute_draw3d.h
Draws the twelve edges of an axis-aligned box as anti-aliased lines.
| Parameters | Description |
|---|---|
center |
The box's center. |
half_extents |
Half the box's size along each axis. |
thickness |
The stroke's width in world units. |
Remarks¶
Axis-aligned in local space -- push a rotation onto the transform stack for an oriented box. The classic bounding-box debug visualization.