aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtle <julian@jtle.dk>2020-03-23 22:07:59 +0100
committerJulian T <julian@jtle.dk>2020-05-07 13:10:19 +0200
commitddd8fb3f511b324f64049ca9f165647c5d74fb92 (patch)
treebf46dbd78141c4b0f296c3a528d1aa9507449ecf
parentc36cf8faf00ad9c46d7142189f842169d62aed29 (diff)
Generated imageimage
-rw-r--r--main.c6
-rw-r--r--test.pngbin0 -> 1638129 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/main.c b/main.c
index 356976a..9a556f8 100644
--- a/main.c
+++ b/main.c
@@ -38,9 +38,9 @@ settings_t gfx_high = {
.arealight_samples = 64,
.envlight_samples = 64,
.antialias_samples = 2,
- .globallight_samples = 32,
+ .globallight_samples = 64,
.gl_opt_depth = 1,
- .depth = 2,
+ .depth = 1,
};
settings_t gfx_low = {
@@ -80,7 +80,7 @@ int main()
color_set(&s->back, 0.0, 0.0, 0.0);
color_set(&s->env_color, 0.13, 0.13, 0.13);
s->env_enabled = false;
- s->gfx = &gfx_low;
+ s->gfx = &gfx_high;
// Set viewpoint options
vector_set(&s->view.position, 0, 5, 4);
diff --git a/test.png b/test.png
new file mode 100644
index 0000000..18d3dbb
--- /dev/null
+++ b/test.png
Binary files differ