Added presentations from EVI 2017
This commit is contained in:
42
EVI - 2017/EVI 21/EVIray/scenes/scene5.json
Normal file
42
EVI - 2017/EVI 21/EVIray/scenes/scene5.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"environment": {
|
||||
"color": [0.0, 0.0, 0.0]
|
||||
},
|
||||
|
||||
"sphere": {
|
||||
"position": [0.0, 0.0, -2.0],
|
||||
"radius": 0.5,
|
||||
"material": {
|
||||
"diffuse": [1.0, 1.0, 1.0],
|
||||
"transmissive": true,
|
||||
"ref_index": 1.33
|
||||
}
|
||||
},
|
||||
|
||||
"sphere": {
|
||||
"position": [0.0, 0.0, -2.0],
|
||||
"radius": 0.25,
|
||||
"material": {
|
||||
"diffuse": [1.0, 1.0, 1.0],
|
||||
"transmissive": true,
|
||||
"ref_index": 1.0
|
||||
}
|
||||
},
|
||||
|
||||
"sphere_area_light": {
|
||||
"position": [0.0, 1.4, -2.0],
|
||||
"radius": 0.05,
|
||||
"material": {
|
||||
"emission": [1.0, 1.0, 1.0]
|
||||
}
|
||||
},
|
||||
|
||||
"plane": {
|
||||
"position": [0.0, -1.0, 0.0],
|
||||
"normal": [0.0, 1.0, 0.0],
|
||||
"material": {
|
||||
"diffuse": [1.0, 1.0, 0.2],
|
||||
"specular": [0.0, 0.0, 0.0]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user