diff --git a/scenes/scene7.json b/scenes/scene7.json new file mode 100644 index 0000000..79bf593 --- /dev/null +++ b/scenes/scene7.json @@ -0,0 +1,97 @@ +{ + "camera": { + "eye": [0.0, 0.0, 1.0], + "look": [0.0, 0.0, -1.0], + "left": [-1.0, 0.0, 0.0] + }, + + "sphere_area_light": { + "position": [0.0, 1.0, -1.0], + "radius": 0.15, + "material": { + "emission": [1.0, 1.0, 1.0] + } + }, + + "sphere": { + "position": [-0.4, -0.75, -0.65], + "radius": 0.25, + "material": { + "diffuse": [1.0, 1.0, 1.0], + "rho": 0.4 + } + }, + + "sphere": { + "position": [-0.75, -0.5, -1.5], + "radius": 0.5, + "material": { + "diffuse": [0.0, 0.0, 0.0], + "rho": 1.0 + } + }, + + "sphere": { + "position": [1.0, -0.5, -1.1], + "radius": 0.5, + "material": { + "diffuse": [1.0, 1.0, 0.0], + "transmissive": true, + "ref_index": 1.33 + } + }, + + "plane": { + "position": [0.0, -1.0, 0.0], + "normal": [0.0, 1.0, 0.0], + "material": { + "diffuse": [1.0, 1.0, 1.0], + "specular": [0.0, 0.0, 0.0] + } + }, + + "plane": { + "position": [-2.0, 0.0, 0.0], + "normal": [1.0, 0.0, 0.0], + "material": { + "diffuse": [1.0, 0.0, 0.0], + "specular": [0.0, 0.0, 0.0] + } + }, + + "plane": { + "position": [2.0, 0.0, 0.0], + "normal": [-1.0, 0.0, 0.0], + "material": { + "diffuse": [0.0, 0.0, 1.0], + "specular": [0.0, 0.0, 0.0] + } + }, + + "plane": { + "position": [0.0, 1.0, 0.0], + "normal": [0.0, -1.0, 0.0], + "material": { + "diffuse": [0.0, 1.0, 1.0], + "specular": [0.0, 0.0, 0.0] + } + }, + + "plane": { + "position": [0.0, 0.0, -2.0], + "normal": [0.0, 0.0, 1.0], + "material": { + "diffuse": [1.0, 0.0, 1.0], + "specular": [0.0, 0.0, 0.0] + } + }, + + "plane": { + "position": [0.0, 0.0, 1.1], + "normal": [0.0, 0.0, -1.0], + "material": { + "diffuse": [1.0, 1.0, 0.0], + "specular": [0.0, 0.0, 0.0] + } + } +}