Added presentations from EVI 2017
This commit is contained in:
30
EVI - 2017/EVI 21/EVIray/scenes/scene4.json
Normal file
30
EVI - 2017/EVI 21/EVIray/scenes/scene4.json
Normal 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]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user