perdugames / SoftNoise-GDScript-

GDScript function set generating noise (value noise, perlin noise, opensimplex(2d, 3d and 4d)...).
MIT License
108 stars 23 forks source link

perlin_noise2d(x,y) always returns zero #8

Closed Jummit closed 6 years ago

Jummit commented 6 years ago

As far as my testing goes, perlin_noise2d() will return 0 with any given coordinates. openSimplex2D() will return noise, but not very organic looking: Noise

Jummit commented 6 years ago

Ok, I got it working now. I didn't know you had to give the perlin noise function values below one.