Added scene4.json

This commit is contained in:
2017-01-18 23:07:41 -04:00
parent c242824f71
commit e99d390aab
2 changed files with 30 additions and 96 deletions

30
scenes/scene4.json Normal file
View File

@@ -0,0 +1,30 @@
{
"environment": {
"texture": "textures/pisa.hdr",
"light_probe": false
},
"camera": {
"eye": [0.0, 1.0, 0.0],
"look": [0.0, 0.0, -2.0],
"up": [0.0, 1.0, 0.0]
},
"sphere": {
"position": [0.0, 0.0, -2.0],
"radius": 1.0,
"material": {
"diffuse": [0.5, 0.5, 0.5],
"rho": 1.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]
}
}
}