25 lines
350 B
TOML
25 lines
350 B
TOML
[scene]
|
|
width = 768
|
|
height = 768
|
|
subsamples = 1000
|
|
|
|
[camera]
|
|
lookfrom = [0.0, 10.0, 0.0]
|
|
lookat = [0.0, 0.0, 0.0]
|
|
fov = 45.0
|
|
aspect = 1
|
|
aperture = 0.0
|
|
focus_dist = 10.0
|
|
time_min = 0.0
|
|
time_max = 1.0
|
|
|
|
[[spheres]]
|
|
center = [0.0, 0.0, 0.0]
|
|
radius = 10
|
|
[[spheres]]
|
|
center = [30.0, 0.0, 0.0]
|
|
radius = 10
|
|
[[spheres]]
|
|
center = [-30.0, 0.0, 0.0]
|
|
radius = 10
|