Skip to content

cf_draw3d_circle

Category: draw3d
GitHub: cute_draw3d.h


Draws an anti-aliased circle outline in 3d.

void cf_draw3d_circle(CF_V3 center, CF_V3 normal, float radius, float thickness);
Parameters Description
center The circle's center.
normal The plane's normal (need not be normalized).
radius The circle's radius.
thickness The stroke's width in world units.

cf_draw3d_circle_fill
cf_draw3d_arc
cf_draw3d_sphere