Skip to content

Perlin noise creates diagonal structure #74

Open
@mhinsch

Description

@mhinsch

Describe the bug
PerlinNoise seems to be generating landscapes with a preferred diagonal.

To Reproduce

using Plots
using NeutralLandscapes

heatmap(rand(PerlinNoise(periods=(10,10), octaves=5), 1000, 1000), aspectratio=1)

System

Julia 1.11.5 & NeutralLandscape 0.1.4 on Manjaro Linux

Expected behavior
As far as I know Perlin noise should be isotropic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions