Viktor Vaczi
|
fe60b48020
|
feat(webgl): Add GLU tesselator implementation using earcut.hpp
Replaces no-op GLU stubs with real polygon tesselation using Mapbox's
earcut.hpp library (header-only, ISC license).
Changes:
- Add earcut.hpp (v2.2.4) - single-header polygon triangulation
- Add glu_tess_impl.cpp - GLU API wrapper around earcut
- Update Makefile to compile glu_tess_impl.cpp
- Remove GLU stubs from wasm_stubs.cpp
This enables proper rendering of filled polygons in WebGL.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-01-09 14:48:23 +01:00 |
|