From 5f33c86566e5c239905f4a05188ee84893ed5ea1 Mon Sep 17 00:00:00 2001 From: Jonathan Flueren <11487762+JonOfUs@users.noreply.github.com> Date: Wed, 27 Jul 2022 00:55:07 +0200 Subject: [PATCH] format --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 91980f2..8bc1c5e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -300,7 +300,7 @@ fn main() { let image_height = (image_width as f64 / aspect_ratio) as u32; let samples_per_pixel = 50 as u32; let max_depth = 50; - let antialiasing_threshold = 0.5; // at what diff between two colors will a pixel be antialiased + let antialiasing_threshold = 0.3; // at what diff between two colors will a pixel be antialiased let vfov = 40.0; let lookfrom = Point3::new(2.0, 0.8, 3.0);