Skip to contents

Generate polygonal mesh.

Usage

gen_mesh_poly(sides, radius)

Arguments

sides

An integer.

radius

A number.

Value

A mesh

Note

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

Mesh GenMeshPoly(int sides, float radius);

Examples

if (FALSE) {
gen_mesh_poly(0L, 50.0)
}