Files
PhotonMF/scenes/scene5.json
2017-01-21 00:13:40 -04:00

31 lines
470 B
JSON

{
"environment": {
"color": [0.0, 0.0, 0.0]
},
"sphere": {
"position": [0.0, 0.0, -2.0],
"radius": 0.5,
"material": {
"diffuse": [0.5, 0.5, 0.5]
}
},
"sphere": {
"position": [0.0, 2.0, -2.0],
"radius": 0.25,
"material": {
"emission": [10.0, 10.0, 10.0]
}
},
"plane": {
"position": [0.0, -1.0, 0.0],
"normal": [0.0, 1.0, 0.0],
"material": {
"diffuse": [0.0, 0.5, 1.0],
"specular": [0.0, 0.0, 0.0]
}
}
}