From b828103f13934e131deb1476098bf7238c44ec78 Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 15 Oct 2023 12:11:58 +0200 Subject: [PATCH] combined 'land' and 'erode' steps --- README.md | 2 +- index.html | 8 ++----- main.js | 66 ++++++++++++++++++++++++++++-------------------------- 3 files changed, 37 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 9bf4548..45b14f7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Procedural map generation experiment. -Time complexity: `O(n*log(n)*i)` where `n` is the number of nodes (approximately `(size / nodeSize) ^2`) and i is the number of erosion iterations. +Time complexity: `O(n*log(n)*i)` where `n` is the number of nodes (approximately `(size / nodeSize) ^2`) and `i` is the number of erosion iterations. # Screenshots diff --git a/index.html b/index.html index 9fee0a9..6b3cfa6 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@
@@ -160,10 +160,6 @@ iterations -