Handbook
Glossary
gen-mesh-cone ( radius height slices -- Mesh )
Vocabulary
raylib
Inputs
radius
a
float
height
a
float
slices
an
int
Outputs
Mesh
a
Mesh
Word description
Generate cone/pyramid mesh
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
gen-mesh-cone
Mesh
GenMeshCone (
float
radius,
float
height,
int
slices )