Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New fill type: perlin_noise #164

Merged
merged 8 commits into from
Feb 18, 2024
Merged

New fill type: perlin_noise #164

merged 8 commits into from
Feb 18, 2024

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    7328ca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d11dc5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58a8265 View commit details
    Browse the repository at this point in the history
  4. Updated Tim's URL

    timhutton committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    97cf921 View commit details
    Browse the repository at this point in the history
  5. Moved 'using namespace std;' after Windows include headers, as a work…

    …around for a bug in Windows when using c++17.
    timhutton committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    af863b4 View commit details
    Browse the repository at this point in the history
  6. Using perlin_noise in Reusser2024/erosion.vti and uniform_snowfall.vt…

    …i to save on file size and allow for different random starting conditions.
    timhutton committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    416b09e View commit details
    Browse the repository at this point in the history
  7. Moved new files to KardarParisiZhang1986 folder. Using perlin_noise f…

    …or drainage_erosion.vti to save space and allow for reruns with different random starting conditions.
    timhutton committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    7d8b12c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba841a0 View commit details
    Browse the repository at this point in the history