Handbook
Glossary
draw-sphere-ex ( centerPos radius rings slices color -- )
Vocabulary
raylib
Inputs
centerPos
a
Vector3
radius
a
float
rings
an
int
slices
an
int
color
a
Color
Outputs
None
Word description
Draw sphere with extended parameters
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-sphere-ex
void
DrawSphereEx
(
Vector3
centerPos,
float
radius,
int
rings,
int
slices,
Color
color )