summaryrefslogtreecommitdiff
path: root/settings.txt
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-22 15:20:30 -0500
committerpommicket <pommicket@gmail.com>2023-01-22 15:20:50 -0500
commit12cb5d119330d518dc9992c962c4cd748e8ef616 (patch)
tree0f36d1fd929ffe408e5e22072945eedfb7d466a8 /settings.txt
parent41edf14f207592ff95a7fca502fa49f5c917f967 (diff)
configurable resolution
Diffstat (limited to 'settings.txt')
-rw-r--r--settings.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.txt b/settings.txt
index 2384452..16f7445 100644
--- a/settings.txt
+++ b/settings.txt
@@ -1,4 +1,8 @@
mouse-sensitivity 50
+# you can set this to 0.5 to render the SDF at half resolution for example
+# (e.g. the SDF will be rendered at 960x540 on a 1080p monitor)
+# making this lower will increase performance significantly, but will look more pixelated
+scale 1
# complexity of SDF
# making this bigger will make more complex scenes, but will require more gpu computation
sdf-length 600