Fixed a bug with the fresnel term.

This commit is contained in:
2017-02-10 03:52:31 -04:00
parent 0cdc7c46ca
commit 79b2aa4553
3 changed files with 12 additions and 1 deletions

View File

@@ -28,5 +28,14 @@
"diffuse": [0.0, 0.5, 1.0],
"specular": [0.0, 0.0, 0.0]
}
},
"disk": {
"position": [-1.0, 0.0, -3.0],
"normal": [1.0, 0.0, 1.0],
"radius": 3.0,
"material": {
"diffuse": [1.0, 0.5, 0.0]
}
}
}