Handbook
Glossary
draw-sphere ( centerPos radius color -- )
Vocabulary
raylib
Inputs
centerPos
a
Vector3
radius
a
float
color
a
Color
Outputs
None
Word description
Draw sphere
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-sphere
void DrawSphere
(
Vector3
centerPos,
float
radius,
Color
color )