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
80
try s.setCamera(.{
81
.aspect_ratio = 16.0 / 9.0,
82
-
.image_width = 600,
83
-
.samples_per_pixel = 50,
84
.max_depth = 50,
85
86
.vfov = 20,
···
79
80
try s.setCamera(.{
81
.aspect_ratio = 16.0 / 9.0,
82
+
.image_width = 1200,
83
+
.samples_per_pixel = 500,
84
.max_depth = 50,
85
86
.vfov = 20,