gen-mesh-cylinder ( radius height slices -- Mesh )


Vocabulary
raylib

Inputs
radiusa float
heighta float
slicesan int


Outputs
Mesha Mesh


Word description
Generate cylinder mesh

Definition


LIBRARY: raylib FUNCTION-ALIAS: gen-mesh-cylinder Mesh
GenMeshCylinder ( float radius, float height, int slices )