Replies: 1 comment
-
I don't believe perlin noise is cycling by default, though if you have a search there are ways you can make it cyclic while remaining smooth. This normally involves sampling the noise function twice at the beginning and end of some period |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does the Perlin noise have a finite period length, i.e. does it repeat at a certain distance?
Put another way, is there a
P
such thatperlin.get([x, y]) = perlin.get([x + P, y])
for allx
andy
?Beta Was this translation helpful? Give feedback.
All reactions