GenMeshSphere function

MeshD GenMeshSphere(
  1. double radius,
  2. int rings,
  3. int slices
)

See RaylibCoreFlatModule.GenMeshSphere.

Implementation

MeshD GenMeshSphere(
  double radius,
  int rings,
  int slices,
) => _module.GenMeshSphere(radius, rings, slices);