Handbook
Glossary
gen-mesh-plane ( width length resX resZ -- Mesh )
Vocabulary
raylib
Inputs
width
a
float
length
a
float
resX
an
int
resZ
an
int
Outputs
Mesh
a
Mesh
Word description
Generate plane mesh (with subdivisions)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
gen-mesh-plane
Mesh
GenMeshPlane
(
float
width,
float
length,
int
resX,
int
resZ )