Files
PhotonMF/scenes/furnace.json

14 lines
178 B
JSON
Raw Normal View History

2017-01-21 00:13:40 -04:00
{
"environment": {
"color": [1.0, 1.0, 1.0]
},
"sphere": {
2017-01-21 01:17:45 -04:00
"position": [0.0, 0.0, -2.0],
2017-01-21 00:13:40 -04:00
"radius": 1.0,
"material": {
2017-01-21 01:17:45 -04:00
"diffuse": [0.1, 0.1, 0.1]
2017-01-21 00:13:40 -04:00
}
}
}