gen-mesh-torus ( radius size radSeg sides -- Mesh )


Vocabulary
raylib

Inputs
radiusa float
sizea float
radSegan int
sidesan int


Outputs
Mesha Mesh


Word description
Generate torus mesh

Definition


LIBRARY: raylib FUNCTION-ALIAS: gen-mesh-torus Mesh
GenMeshTorus
( float radius, float size, int radSeg, int sides )