To note: Javascript is not running in this browser environment. Our apologies, but this demo has not yet been updated to support progressive enhancement.
Test purpose
- Check that we can load the Delaunator JS library into a module from a remote CMS.
- Create a scene using a particle emitter.
- Use the emitter particles as the source points for the Delaunay triangulation calculations.
- Render Delauney triangulation lines using Delaunator data.
- Render Voronoi cell lines using Delaunator data.
- Animate the scene.
- Check that we can include mouse coordinates in the Delaunay calculations.
Touch test: should work as expected
Annotated code