Added presentations from EVI 2017

This commit is contained in:
Miguel Angel Astor Romero
2017-10-23 15:25:36 -04:00
parent 68ae52b86a
commit d60fc66a77
52 changed files with 3409 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,124 @@
{
"directional_light": {
"direction": [1.0, 1.0, 1.0],
"diffuse": [0.0, 1.0, 1.0]
},
"directional_light": {
"direction": [-1.0, 1.0, 1.0],
"diffuse": [1.0, 1.0, 0.0]
},
"directional_light": {
"direction": [0.0, 1.0, -1.0],
"diffuse": [1.0, 0.0, 1.0]
},
"disk": {
"position": [-0.0, -0.0, -0.5],
"normal": [0.0, 0.0, 0.1],
"radius": 0.25,
"material": {
"diffuse": [1.0, 0.0, 0.0],
"rho": 0.3,
"transmissive": true,
"ref_index": 1.33
}
},
"plane": {
"point": [0.0, -1.5, 0.0],
"normal": [0.0, 1.0, 0.0],
"material": {
"diffuse": [1.0, 0.5, 0.4]
}
},
"sphere": {
"position": [1.0, 1.0, -2.0],
"radius": 0.5,
"material": {
"diffuse": [1.0, 0.0, 0.0]
}
},
"sphere": {
"position": [-1.0, 1.0, -2.0],
"radius": 0.5,
"material": {
"diffuse": [0.0, 1.0, 0.0]
}
},
"sphere": {
"position": [1.0, -1.0, -2.0],
"radius": 0.5,
"material": {
"diffuse": [0.0, 0.0, 1.0]
}
},
"sphere": {
"position": [-1.0, -1.0, -2.0],
"radius": 0.5,
"material": {
"diffuse": [1.0, 0.0, 1.0]
}
},
"sphere": {
"position": [0.0, 0.0, -2.0],
"radius": 1.0,
"material": {
"diffuse": [1.0, 1.0, 0.0]
}
},
"sphere": {
"position": [-1.5, 0.0, -2.0],
"radius": 0.5,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"rho": 0.3
}
},
"sphere": {
"position": [1.5, 0.0, -2.0],
"radius": 0.5,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"rho": 0.08,
"transmissive": true,
"ref_index": 1.1
}
},
"sphere": {
"position": [0.0, 1.5, -2.0],
"radius": 0.5,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"rho": 0.5
}
},
"sphere": {
"position": [0.0, 0.0, -1.0],
"radius": 0.25,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"rho": 0.1
}
},
"environment": {
"color": [0.7, 0.4, 0.05]
},
"camera": {
"eye": [0.0, 0.0, 1.0],
"look": [0.0, 0.0, -1.0],
"up": [0.0, 1.0, 0.0]
}
}

View File

@@ -0,0 +1,98 @@
{
"camera": {
"eye": [0.0, 0.0, 1.0],
"look": [0.0, 0.0, -1.0],
"left": [-1.0, 0.0, 0.0]
},
"point_light": {
"position": [0.0, 0.9, -1.0]
},
"sphere": {
"position": [-0.4, -0.75, -0.65],
"radius": 0.25,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"rho": 0.4
}
},
"sphere": {
"position": [-0.75, -0.5, -1.5],
"radius": 0.5,
"material": {
"diffuse": [0.0, 0.0, 0.0],
"rho": 1.0
}
},
"sphere": {
"position": [1.0, -0.5, -1.1],
"radius": 0.5,
"material": {
"diffuse": [1.0, 1.0, 0.0],
"transmissive": true,
"ref_index": 1.33
}
},
"plane": {
"position": [0.0, -1.0, 0.0],
"normal": [0.0, 1.0, 0.0],
"material": {
"diffuse": [1.0, 1.0, 1.0],
"specular": [0.0, 0.0, 0.0],
"transmissive": true
}
},
"plane": {
"position": [-2.0, 0.0, 0.0],
"normal": [1.0, 0.0, 0.0],
"material": {
"diffuse": [1.0, 0.0, 0.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [2.0, 0.0, 0.0],
"normal": [-1.0, 0.0, 0.0],
"material": {
"diffuse": [0.0, 0.0, 1.0],
"transmissive": true,
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 1.0, 0.0],
"normal": [0.0, -1.0, 0.0],
"material": {
"diffuse": [0.0, 1.0, 1.0],
"transmissive": true,
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 0.0, -2.0],
"normal": [0.0, 0.0, 1.0],
"material": {
"diffuse": [1.0, 0.0, 1.0],
"transmissive": true,
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 0.0, 1.1],
"normal": [0.0, 0.0, -1.0],
"material": {
"diffuse": [1.0, 1.0, 0.0],
"transmissive": true,
"specular": [0.0, 0.0, 0.0]
}
}
}

View File

@@ -0,0 +1,127 @@
{
"point_light": {
"position": [0.0, 0.9, -1.0]
},
"sphere": {
"position": [0.2, 0.0, -0.75],
"radius": 0.25,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"rho": 0.2
}
},
"sphere": {
"position": [-0.5, -0.5, -1.5],
"radius": 0.5,
"material": {
"diffuse": [0.0, 0.0, 0.0],
"rho": 1.0
}
},
"sphere": {
"position": [-0.5, -0.5, 0.6],
"radius": 0.5,
"material": {
"diffuse": [1.0, 1.0, 0.0],
"transmissive": true,
"ref_index": 1.33
}
},
"disk": {
"position": [-0.25, 1.0, -1.0],
"normal": [1.0, 0.0, 0.0],
"radius": 0.25,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"disk": {
"position": [0.25, 1.0, -1.0],
"normal": [-1.0, 0.0, 0.0],
"radius": 0.25,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"disk": {
"position": [0.0, 1.0, -1.25],
"normal": [0.0, 0.0, 1.0],
"radius": 0.25,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"disk": {
"position": [0.0, 1.0, -0.75],
"normal": [0.0, 0.0, -1.0],
"radius": 0.25,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, -1.0, 0.0],
"normal": [0.0, 1.0, 0.0],
"material": {
"diffuse": [0.0, 1.0, 0.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [-2.0, 0.0, 0.0],
"normal": [1.0, 0.0, 0.0],
"material": {
"diffuse": [1.0, 0.0, 0.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [2.0, 0.0, 0.0],
"normal": [-1.0, 0.0, 0.0],
"material": {
"diffuse": [0.0, 0.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 1.0, 0.0],
"normal": [0.0, -1.0, 0.0],
"material": {
"diffuse": [0.0, 1.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 0.0, -2.0],
"normal": [0.0, 0.0, 1.0],
"material": {
"diffuse": [1.0, 0.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 0.0, 1.1],
"normal": [0.0, 0.0, -1.0],
"material": {
"diffuse": [1.0, 1.0, 0.0],
"specular": [0.0, 0.0, 0.0]
}
}
}

View File

@@ -0,0 +1,52 @@
{
"environment": {
"texture": "textures/pisa.hdr",
"light_probe": false
},
"camera": {
"eye": [0.0, 1.5, 1.0],
"look": [0.0, 0.0, -2.0],
"left": [-1.0, 0.0, 0.0],
"translation": [1.0, 0.0, 0.0]
},
"sphere": {
"position": [2.0, 0.0, -2.0],
"radius": 1.5,
"material": {
"diffuse": [1.0, 1.0, 0.0],
"shininess": 128.0,
"brdf": "heidrich-seidel"
}
},
"sphere":{
"position": [-1.0, 0.0, -3.25],
"radius": 1.5,
"material": {
"diffuse": [1.0, 0.0, 1.0],
"rho": 0.4
}
},
"sphere_area_light":{
"position": [1.0, 0.0, -3.25],
"radius": 1.5,
"material": {
"emission": [10.0, 10.0, 10.0],
"diffuse": [1.0, 1.0, 1.0],
"rho": 0.4
}
},
"disk": {
"position": [1.0, -1.5, -3.25],
"normal": [0.0, 1.0, 0.0],
"radius": 3.0,
"material": {
"diffuse": [0.0, 0.5, 0.5],
"specular": [0.0, 0.0, 0.0]
}
}
}

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]
}
}
}

View 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]
}
}
}

View File

@@ -0,0 +1,91 @@
{
"sphere_area_light": {
"position": [0.0, 1.0, -1.0],
"radius": 0.15,
"material": {
"emission": [1.0, 1.0, 1.0]
}
},
"sphere": {
"position": [0.2, 0.0, -0.75],
"radius": 0.25,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"rho": 0.4
}
},
"sphere": {
"position": [-0.5, -0.5, -1.5],
"radius": 0.5,
"material": {
"diffuse": [0.0, 0.0, 0.0],
"rho": 1.0
}
},
"sphere": {
"position": [-0.5, -0.5, 0.6],
"radius": 0.5,
"material": {
"diffuse": [1.0, 1.0, 0.0],
"transmissive": true,
"ref_index": 1.33
}
},
"plane": {
"position": [0.0, -1.0, 0.0],
"normal": [0.0, 1.0, 0.0],
"material": {
"diffuse": [0.0, 1.0, 0.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [-2.0, 0.0, 0.0],
"normal": [1.0, 0.0, 0.0],
"material": {
"diffuse": [1.0, 0.0, 0.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [2.0, 0.0, 0.0],
"normal": [-1.0, 0.0, 0.0],
"material": {
"diffuse": [0.0, 0.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 1.0, 0.0],
"normal": [0.0, -1.0, 0.0],
"material": {
"diffuse": [0.0, 1.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 0.0, -2.0],
"normal": [0.0, 0.0, 1.0],
"material": {
"diffuse": [1.0, 0.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 0.0, 1.1],
"normal": [0.0, 0.0, -1.0],
"material": {
"diffuse": [1.0, 1.0, 0.0],
"specular": [0.0, 0.0, 0.0]
}
}
}

View File

@@ -0,0 +1,97 @@
{
"camera": {
"eye": [0.0, 0.0, 1.0],
"look": [0.0, 0.0, -1.0],
"left": [-1.0, 0.0, 0.0]
},
"sphere_area_light": {
"position": [0.0, 0.7, -1.0],
"radius": 0.15,
"material": {
"emission": [1.0, 1.0, 1.0]
}
},
"sphere": {
"position": [-0.4, -0.75, -0.65],
"radius": 0.25,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"rho": 0.4
}
},
"sphere": {
"position": [-0.75, -0.5, -1.5],
"radius": 0.5,
"material": {
"diffuse": [0.0, 0.0, 0.0],
"rho": 1.0
}
},
"sphere": {
"position": [1.0, -0.5, -1.1],
"radius": 0.5,
"material": {
"diffuse": [1.0, 1.0, 0.0],
"transmissive": true,
"ref_index": 1.33
}
},
"plane": {
"position": [0.0, -1.0, 0.0],
"normal": [0.0, 1.0, 0.0],
"material": {
"diffuse": [1.0, 1.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [-2.0, 0.0, 0.0],
"normal": [1.0, 0.0, 0.0],
"material": {
"diffuse": [1.0, 0.0, 0.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [2.0, 0.0, 0.0],
"normal": [-1.0, 0.0, 0.0],
"material": {
"diffuse": [0.0, 0.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 1.0, 0.0],
"normal": [0.0, -1.0, 0.0],
"material": {
"diffuse": [0.0, 1.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 0.0, -2.0],
"normal": [0.0, 0.0, 1.0],
"material": {
"diffuse": [1.0, 0.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 0.0, 1.1],
"normal": [0.0, 0.0, -1.0],
"material": {
"diffuse": [1.0, 1.0, 0.0],
"specular": [0.0, 0.0, 0.0]
}
}
}

View File

@@ -0,0 +1,39 @@
{
"environment": {
"color": [0.0, 0.0, 0.0]
},
"camera": {
"eye": [2.0, 0.0, 0.0],
"look": [-1.0, -0.5, 0.0],
"left": [0.0, 0.0, 1.0],
"translation": [1.0, 0.0, 0.0]
},
"sphere":{
"position": [0.0, 0.0, 0.0],
"radius": 1.0,
"material": {
"diffuse": [0.0, 0.25, 1.0],
"rho": 0.2
}
},
"sphere_area_light":{
"position": [0.0, 0.0, -15.0],
"radius": 10.0,
"material": {
"emission": [10.0, 10.0, 10.0]
}
},
"disk": {
"position": [0, -1.0, 0],
"normal": [0.0, 1.0, 0.0],
"radius": 2.0,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
}
}

View File

@@ -0,0 +1,93 @@
{
"camera": {
"eye": [0.0, 0.0, 1.0],
"look": [0.0, 0.0, -1.0],
"left": [-1.0, 0.0, 0.0]
},
"point_light": {
"position": [0.0, 0.9, -1.0]
},
"sphere": {
"position": [-0.4, -0.75, -0.65],
"radius": 0.25,
"material": {
"diffuse": [1.0, 1.0, 1.0],
"rho": 0.4
}
},
"sphere": {
"position": [-0.75, -0.5, -1.5],
"radius": 0.5,
"material": {
"diffuse": [0.0, 0.0, 0.0],
"rho": 1.0
}
},
"sphere": {
"position": [1.0, -0.5, -1.1],
"radius": 0.5,
"material": {
"diffuse": [1.0, 1.0, 0.0],
"transmissive": true,
"ref_index": 1.33
}
},
"plane": {
"position": [0.0, -1.0, 0.0],
"normal": [0.0, 1.0, 0.0],
"material": {
"diffuse": [1.0, 1.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [-2.0, 0.0, 0.0],
"normal": [1.0, 0.0, 0.0],
"material": {
"diffuse": [1.0, 0.0, 0.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [2.0, 0.0, 0.0],
"normal": [-1.0, 0.0, 0.0],
"material": {
"diffuse": [0.0, 0.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 1.0, 0.0],
"normal": [0.0, -1.0, 0.0],
"material": {
"diffuse": [0.0, 1.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 0.0, -2.0],
"normal": [0.0, 0.0, 1.0],
"material": {
"diffuse": [1.0, 0.0, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"plane": {
"position": [0.0, 0.0, 1.1],
"normal": [0.0, 0.0, -1.0],
"material": {
"diffuse": [1.0, 1.0, 0.0],
"specular": [0.0, 0.0, 0.0]
}
}
}