#pilfit

1 messages · Page 1 of 1 (latest)

low glen
#

Pokadot = voronoi?

#

I tried stuff like multiplying, min / max 😄 brute force only results me in "static noise" results

#

Tried Twirl too

neat cape
#

not sure exactly, the nodes are much more basic in unity then I am used too. but I think distorting the uv map with the voronoi noise might get the result you want.

low glen
#

Definetly, but I am not using the UV, i am using World Position

#

so no matter what shape my rocks, terrain or similar stone-based things are, and no matter what rotation or scale, "it works"

neat cape
#

take the normalized uv you have there, add a voranoi and multiply the to together then plug that into your split. you might need to throw a power on the voranoi so you can adjust the str of it.

#

well its acting as your UV

low glen
#

the entire x,y,z ?

neat cape
#

not sure, it might work better if you only warp the y

#

or what ever up is in unity