Skip to contents

Generate sphere mesh (standard sphere).

Usage

gen_mesh_sphere(radius, rings, slices)

Arguments

radius

A number.

rings

An integer.

slices

An integer.

Value

A mesh

Note

This function has been auto-generated from the following Raylib function definition:

Mesh GenMeshSphere(float radius, int rings, int slices);

Examples

if (FALSE) {
gen_mesh_sphere(50.0, 8L, 16L)
}