CacheFlowe
Voronoi Mesh Shatter
Using Hemesh library to gain random 3D mesh-shattering capabilities with the HEMC_VoronoiCells object. Converting shattered pieces into a Toxiclibs WETriangleMesh - had to do some simple polygon -> triangle conversion in between, since the Hemesh HEMC_VoronoiCells object can return faces with up to 7 vertices in my particular experiment.
Original example here: www.wblut.com/2010/10/20/hemesh-voronoi-example/
Voronoi Mesh Shatter
Using Hemesh library to gain random 3D mesh-shattering capabilities with the HEMC_VoronoiCells object. Converting shattered pieces into a Toxiclibs WETriangleMesh - had to do some simple polygon -> triangle conversion in between, since the Hemesh HEMC_VoronoiCells object can return faces with up to 7 vertices in my particular experiment.
Original example here: www.wblut.com/2010/10/20/hemesh-voronoi-example/