summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-25 19:17:50 -0500
committerpommicket <pommicket@gmail.com>2023-01-25 19:17:50 -0500
commitf32e7c966f9b0de785e3e63a25de7db84d8016d5 (patch)
tree69778352061f3f79b99d1dc27464d1a65c23c3e8
parentbd391f7e52da94c9169643bed73427e49c238d9f (diff)
update recommendations in README
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4934f31..fb766f4 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,8 @@ procedurally generated signed distance functions
![a screenshot from AutoSDF](example3.png)
**this is a very GPU-intensive application. if it's running slow, be sure to reduce `scale`, `sdf-length` and/or `color-length` in `settings.txt`.**
-you can also reduce `max-iterations` and increase `distance-threshold` if it's still slow.
+On the other hand, if you have a good GPU, be sure to increase `max-iterations` to something like 100-200. It will look much nicer.
+
## controls