Three.js + Voronoi

Hi community!
This is an attemp to make three.js a friend with another library, that creates Voronoi diagrams, using a set of 2D points.

Example: https://codepen.io/prisoner849/full/MWpjBXR
Picture:

Upd. #1 - Cell Meshes
Example: https://codepen.io/prisoner849/full/rNyWjNZ
Picture:

17 Likes

Lovely as usual, I didn’t know about this library, seems quite useful

1 Like

Added an example, with meshes, to the main post :slight_smile:

2 Likes

Great one - you think it is possible to use deformed Spheres to fill and fit in the cells?