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