Skip to main content

All Questions

0 votes
1 answer
97 views

Hexagonal Voronoi texture 2

The picture below is from a two-year-old answer about creating a hexagonal Voronoi texture. The YouTube video that showed how that texture was created is no longer there. Can anyone tell me how that ...
Robert Hintz's user avatar
0 votes
2 answers
125 views

How to randomly rotate the texture of instances when the node "Geometry" is used?

Here is the setup of the geometry nodes, where the random value is set up to randomly rotate instances along Y and Z axes. However, the screenshot shows that the texture of instances does not randomly ...
Blender Lake's user avatar
2 votes
1 answer
135 views

How would you make a procedural displacement texture resulting in random planar faces?

Is it possible to make a displacement texture where each cell of a voronoi texture results in a 100% flat planar surface? The picture below is similar to the effect I'm looking for, however, in this ...
Robert Smith's user avatar
1 vote
1 answer
93 views

How can I rotate vectors to align with a sphere surface?

TLDR: How can I align voronoi scattered textures to the surface of a sphere without using UVs? I am trying to scatter textures on the surface of a sphere using a voronoi texture, and I can't use UV ...
Taliesin River's user avatar