This shows how to create a sphere algorithmically and add the vertices, normals, and uv's to a SimpleVAO and render with a texture.
- Creating a Sphere (songho.ca) — the stacks/sectors parametric sphere with normals and UVs, as generated here.
- LearnOpenGL — Textures — applying the texture via the generated UVs.
