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


Vocabulary
raylib

Inputs
radiusa float
heighta float
slicesan int


Outputs
Mesha Mesh


Word description
Generate cone/pyramid mesh

Definition


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