This shader node creates a branching texture.
Can also be used to create radial effects:
May be useful in creating fissures, as asked here:
or the cuttlefish skin here:
proc_branch_2_v03.blend (160.2 KB)
The texture is generated by computing the distance function to this basic tree:
Two cases are differentiated:
- the “root” regions A, and
- the “non-root” regions B
These regions are all of similar shape, but their size in y-direction decreases exponentially with increasing x-direction.
12 Likes
Thought you might like to see what I used this texture for! Really like the idea and was super useful
4 Likes
Glad it could be of use!
Your jellyfish looks nice!