aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generated.pngbin0 -> 227454 bytes
-rw-r--r--src/main.rs2
2 files changed, 1 insertions, 1 deletions
diff --git a/generated.png b/generated.png
new file mode 100644
index 0000000..946d096
--- /dev/null
+++ b/generated.png
Binary files differ
diff --git a/src/main.rs b/src/main.rs
index a21380f..dd67fdc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -50,7 +50,7 @@ fn main() {
let mut film = Film::new(res);
{
- let coord = RenderCoord::new(&mut film, Vector2i::new_xy(50, 50), 1000);
+ let coord = RenderCoord::new(&mut film, Vector2i::new_xy(50, 50), 16000);
coord.run_threaded(&ctx, &mut sampler, 8);
}