More scenes.

This commit is contained in:
2017-01-21 00:13:40 -04:00
parent 0eced5e365
commit 337e1deefb
3 changed files with 43 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 KiB

After

Width:  |  Height:  |  Size: 184 KiB

13
scenes/furnace.json Normal file
View File

@@ -0,0 +1,13 @@
{
"environment": {
"color": [1.0, 1.0, 1.0]
},
"sphere": {
"position": [0.0, 0.0, -1.0],
"radius": 1.0,
"material": {
"diffuse": [0.5, 0.5, 0.5],
}
}
}

30
scenes/scene5.json Normal file
View File

@@ -0,0 +1,30 @@
{
"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]
}
}
}