gen-mesh-hemi-sphere ( radius rings slices -- Mesh )


Vocabulary
raylib

Inputs
radiusa float
ringsan int
slicesan int


Outputs
Mesha Mesh


Word description
Generate half-sphere mesh (no bottom cap)

Definition


LIBRARY: raylib FUNCTION-ALIAS: gen-mesh-hemi-sphere Mesh
GenMeshHemiSphere ( float radius, int rings, int slices )