Skip to content

raylib.DrawCircle3D

JoeStrout edited this page Apr 29, 2026 · 3 revisions

Draw a circle in 3D world space

Parameters

Parameter Default Value Note
center
radius 1.0
rotationAxis [0, 1, 0]
rotationAngle 0
color WHITE

Return value

None.

Notes

Example

// Inside BeginMode3D / EndMode3D:
raylib.DrawCircle3D [0,0,0], 1.5, [0,1,0], 0, raylib.RED

Clone this wiki locally