Files
PhotonMF/scenes/scene5.json

44 lines
728 B
JSON
Raw Normal View History

2017-01-21 00:13:40 -04:00
{
"environment": {
"color": [0.0, 0.0, 0.0]
},
"sphere": {
"position": [0.0, 0.0, -2.0],
"radius": 0.5,
"material": {
2017-03-28 10:31:39 -04:00
"diffuse": [1.0, 1.0, 1.0],
"transmissive": true,
"ref_index": 1.33
2017-01-21 00:13:40 -04:00
}
},
2017-03-28 10:31:39 -04:00
"sphere": {
"position": [0.0, 0.0, -2.0],
"radius": 0.25,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"transmissive": true,
"ref_index": 1.0
}
},
2017-02-12 04:28:21 -04:00
"disk_area_light": {
"position": [0.0, 1.0, -2.0],
2017-03-27 14:09:48 -04:00
"normal": [0.0, -1.0, 0.0],
"radius": 0.15,
2017-01-21 00:13:40 -04:00
"material": {
"emission": [1.0, 1.0, 1.0]
2017-01-21 00:13:40 -04:00
}
},
"plane": {
"position": [0.0, -1.0, 0.0],
"normal": [0.0, 1.0, 0.0],
"material": {
2017-03-28 10:31:39 -04:00
"diffuse": [1.0, 1.0, 0.2],
2017-01-21 00:13:40 -04:00
"specular": [0.0, 0.0, 0.0]
}
}
}