cginternals / webgl-operate

A TypeScript based WebGL rendering framework.
https://webgl-operate.org
MIT License
168 stars 25 forks source link

refine geosphere based on octahedron instead of icosahedron #183

Open cgcostume opened 5 years ago

cgcostume commented 5 years ago

Creating a geosphere based on octahedron allows for more usable uv generation (e.g. for equirectangular maps). Implementation is discussed and illustrated here: https://www.binpress.com/creating-octahedron-sphere-unity/

cgcostume commented 5 years ago

advanced (nice to have):