Class Sphere

java.lang.Object
All Implemented Interfaces:
OpenGL3Resource

public class Sphere extends ProceduralMesh

Sphere is a Mesh generated using the UV sphere algorithm. The origin is at the center of the sphere.

Other sphere types include icosphere, quad sphere, and Goldberg polyhedra.