Skip to content

cf_draw_box

Category: draw
GitHub: cute_draw.h


Draws a quad wireframe.

void cf_draw_box(CF_Aabb bb, float thickness, float chubbiness)
Parameters Description
bb The AABB (Axis-Aligned Bounding Box) to draw a quad over.
thickness The thickness of each line to draw.
chubbiness Inflates the shape, similar to corner-rounding. Makes the shape chubbier.

Remarks

This is an alias for cf_draw_quad

cf_draw_quad
cf_draw_quad2
cf_draw_quad_fill
cf_draw_quad_fill2