unity-voronoi

October 11, 2022 ยท View on GitHub

img img

  • Delauney diagram (2D/3D) with bistellar flip algolithm.
  • Voronoi diagram (2D/3D) from delauney triangles above.
  • CSG(Constructive Solid Geometry) for an atbitrary mesh.

Usage

using a simplex geom submodule, so update submodule first.

reference

Computing the 3D Voronoi Diagram Robustly: An Easy Explanation, Hugo Ledoux, 2007

evanw's csg.js

Contents

  1. 1Usage
  2. 2reference