Handbook
Glossary
draw-sphere-wires ( 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 wires
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-sphere-wires
void
DrawSphereWires
(
Vector3
centerPos,
float
radius,
int
rings,
int
slices,
Color
color )