Modularizes 3D Convex Hull computation into src/js/vendor/quickhull.js.
Simplifies src/js/gamut_viewer.js by delegating face generation to the QuickHull module.
Preserves all Three.js OrbitControls, touch gestures, and material configurations.
Resolves #117
- Modularizes 3D Convex Hull computation into `src/js/vendor/quickhull.js`.
- Simplifies `src/js/gamut_viewer.js` by delegating face generation to the QuickHull module.
- Preserves all Three.js OrbitControls, touch gestures, and material configurations.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Resolves #117
src/js/vendor/quickhull.js.src/js/gamut_viewer.jsby delegating face generation to the QuickHull module.