1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00

update example

This commit is contained in:
Justin Lin
2019-06-05 07:58:02 +08:00
parent 217878454a
commit 10aed43d98

View File

@@ -39,7 +39,10 @@ The preview or rendering of 3D Voronoi is slow. If you want to use this module,
translate(pt) cube(1);
}
voronoi3d(points);
intersection() {
sphere(r);
voronoi3d(points);
}
![voronoi3d](images/lib-voronoi3d-1.JPG)