31 lines
561 B
TOML
31 lines
561 B
TOML
[scene]
|
|
width = 768
|
|
height = 768
|
|
#subsamples = 1000
|
|
|
|
[camera]
|
|
lookfrom = [0.0, 30.0, -100.0]
|
|
lookat = [0.0, 0.0, 0.0]
|
|
fov = 45
|
|
aspect = 1
|
|
aperture = 0.0
|
|
focus_dist = 10.0
|
|
time_min = 0.0
|
|
time_max = 1.0
|
|
|
|
[[hitables]]
|
|
type = "cuboid"
|
|
min = [-10.0, -10.0, -10.0]
|
|
max = [10.0, 10.0, 10.0]
|
|
[[hitables]]
|
|
type = "sphere"
|
|
center = [30.0, 0.0, 0.0]
|
|
radius = 10
|
|
[[hitables]]
|
|
type = "stl"
|
|
path = "/net/nasx.h.xinu.tv/x/3dprint/stl/stanford_dragon.stl"
|
|
scale = 200
|
|
|
|
[envmap]
|
|
path = "/home/wathiede/src/xinu.tv/raytracers/rtiow/renderer/images/52681723945_e1d94d3df9_6k.jpg"
|