I’m trying to make a facade pattern out of hexagons that continue from one surface to the next like the voronoi pattern does on the image linked. The edge of each line continues from one face to the next. Is it possible to make a hexagon pattern do the same? or perhaps a triangle pattern?
That pattern is (most likely) the intersection of a voronoi3d and polysurface to go around like that - not a mapping per face. The method is really easy for voronoi. So you could try to intersect a packing of geometry that results in triangles or hex when sectioned.
Thank you! exactly like that but instead of a voronoi pattern is it possible to make a hexagon pattern do that?
the problem I’m having is the pattern continuing from one side to the other as seen in the image here on the triangular surface.