14 lines
178 B
JSON
14 lines
178 B
JSON
{
|
|
"environment": {
|
|
"color": [1.0, 1.0, 1.0]
|
|
},
|
|
|
|
"sphere": {
|
|
"position": [0.0, 0.0, -2.0],
|
|
"radius": 1.0,
|
|
"material": {
|
|
"diffuse": [0.1, 0.1, 0.1]
|
|
}
|
|
}
|
|
}
|