Home

Awesome

Unity GPU Based Tetrahedralization

Author: Przemyslaw Zaworski

Licence: MIT https://mit-license.org/ (see LICENSE.md)

Special Thanks: Michel van de Gaer (http://800millionparticles.blogspot.com/)

Usage:

3D Delaunay Tetrahedralization of random input points in Unity.

Voronoi Diagram is generated in real time with Jump Flooding Algorithm (HLSL compute shader).

Tetrahedralization kernel description:

alt text

alt text

alt text

To Do: