38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"filename": "highDef.png",
|
|
"image_width": 1920,
|
|
"image_height": 1080,
|
|
"max_depth": 50,
|
|
"camera": {
|
|
"anti_alias_rate": 23,
|
|
"fov": 20.0,
|
|
"look_from": [-10, 5, 10],
|
|
"look_at": [0.0, 0.0, -1.0],
|
|
"vup": [0.0, 1.0, 0.0],
|
|
"defocus_angle": 0,
|
|
"focus_dist": 15.68
|
|
},
|
|
"materials": [
|
|
{ "type": "metal", "albedo": [0.2, 0.4, 0.8 ], "prob": 1.0, "fuzz": 0.1},
|
|
{ "type": "metal", "albedo": [0.7, 0.4, 0.2 ], "prob": 1.0, "fuzz": 0.1},
|
|
{ "type": "lambertian", "albedo": [0.8, 0.8, 0.0 ], "prob": 1.0},
|
|
{ "type": "lambertian", "albedo": [0.1, 0.2, 0.5 ], "prob": 1.0},
|
|
{ "type": "dielectric", "refraction_index": 1.5},
|
|
{ "type": "dielectric", "refraction_index": 0.67},
|
|
{ "type": "metal", "albedo": [0.8, 0.6, 0.2 ], "prob": 1.0, "fuzz": 1.0}
|
|
|
|
],
|
|
"objects": [
|
|
{ "type": "sphere", "center": [0, 0.7, -0.4], "radius": 0.2, "material": 0},
|
|
{ "type": "sphere", "center": [0.0, 0.5, -0.8], "radius": 0.1, "material": 1},
|
|
{ "type": "sphere", "center": [0.0, -100.5, -1.0], "radius": 100.0, "material": 2},
|
|
{ "type": "sphere", "center": [0.0, 0.0, -1.2], "radius": 0.5, "material": 3},
|
|
{ "type": "sphere", "center": [-1, 0, -1], "radius": 0.4, "material": 5},
|
|
{ "type": "sphere", "center": [1, 0, -1], "radius": 0.5, "material": 6},
|
|
{ "type": "sphere", "center": [20, 7, -15], "radius": 10.5, "material": 0}
|
|
]
|
|
}
|
|
|
|
|
|
|