Add Goldberg Polyhedron Paint experiment

Interactive WebGL Goldberg polyhedron viewer and painter with PBR
shading, adjustable environment lighting, paint tools (pen, brush,
circle, fill, line, pick), undo/redo, colour palettes, and mesh
relaxation. Added to the standalone experiments index.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-10 16:00:19 +00:00
parent 12130df968
commit 9600a2bc2a
26 changed files with 4207 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
<li><a href="standalone/delaunay.html">Delaunay dataset</a></li>
<li><a href="standalone/delaunay-edge-relax.html">Delaunay dataset + Edge relaxation (Currently broken)</a></li>
<li><a href="standalone/fluidsynth-reverb.html">Reverb configurator for FluidSynth CLI UI</a></li>
<li><a href="standalone/goldberg-sphere/index.html">Goldberg Polyhedron Paint</a></li>
</ul>
</li>