tangled
alpha
login
or
join now
altagos.dev
/
rayray
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
+
altagos.dev
2 years ago
5169d71a
ac0dba66
+2
-2
1 changed file
expand all
collapse all
unified
split
src
scenes
in_one_weekend.zig
+2
-2
src/scenes/in_one_weekend.zig
···
79
79
80
80
try s.setCamera(.{
81
81
.aspect_ratio = 16.0 / 9.0,
82
82
-
.image_width = 600,
83
83
-
.samples_per_pixel = 50,
82
82
+
.image_width = 1200,
83
83
+
.samples_per_pixel = 500,
84
84
.max_depth = 50,
85
85
86
86
.vfov = 20,