GenMeshSphere method

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

Generate sphere mesh (standard sphere)

Implementation

MeshC GenMeshSphere(double radius, int rings, int slices)
  => _GenMeshSphere(radius, rings, slices);