Handbook
Glossary
gen-mesh-sphere ( radius rings slices -- Mesh )
Vocabulary
raylib
Inputs
radius
a
float
rings
an
int
slices
an
int
Outputs
Mesh
a
Mesh
Word description
Generate sphere mesh (standard sphere)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
gen-mesh-sphere
Mesh
GenMeshSphere (
float
radius,
int
rings,
int
slices )