Search Unity

Question How to generate worley cellular noise?

Discussion in 'Scripting' started by UserNobody, Apr 9, 2021.

  1. UserNobody

    UserNobody

    Joined:
    Oct 3, 2019
    Posts:
    144
    Hello there,
    I am creating an infinite world generator and at the moment am trying to generate a proper biomes map. What algorithm can I use to generate a worley cellular noise and have an ability to generate it with a given seed, offset and scale?

    Something like this:

    Worley-cellular-noise-Voronoi-noise-used-as-a-delay-mask_Q640.jpg
     
    DragonCoder likes this.
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,697
  3. iamthecoolguy11

    iamthecoolguy11

    Joined:
    Jan 11, 2013
    Posts:
    8
    Do you know how to use the worley noise to generate the picture above, cus at least with the one I tried I could not get it to generate that picture