You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I take the resulting Image using 3 different Seeds and combine them by writing them to the RGB channels of a new Image, I get the following: (Using 50 as the Frequency and the 0, 1 and 2 as the seeds)
You can see that there is an area near the Center where the Image is basically black and white, this happens no matter what seed you enter, although it gets a little bit more random with bigger seeds. Also, there are Patterns above and below that seem to be quite repetitive, I think there might also be a bug there.
The text was updated successfully, but these errors were encountered:
isiko
changed the title
[BUG] Worley generates same pattern regardless the seed
[BUG] Worley Noise generates similar pattern regardless the seed
May 30, 2023
The Worley Noise Generation has a Bug were it generates the same pattern in some areas, regardless the seed
I'm instantiating a
PlaneMapBuilder
and sampling from it like this:When I take the resulting Image using 3 different Seeds and combine them by writing them to the RGB channels of a new Image, I get the following: (Using
50
as the Frequency and the0
,1
and2
as the seeds)You can see that there is an area near the Center where the Image is basically black and white, this happens no matter what seed you enter, although it gets a little bit more random with bigger seeds. Also, there are Patterns above and below that seem to be quite repetitive, I think there might also be a bug there.
The text was updated successfully, but these errors were encountered: