Handbook
Glossary
gen-mesh-cube ( width height length -- Mesh )
Vocabulary
raylib
Inputs
width
a
float
height
a
float
length
a
float
Outputs
Mesh
a
Mesh
Word description
Generate cuboid mesh
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
gen-mesh-cube
Mesh
GenMeshCube (
float
width,
float
height,
float
length )