diff options
author | Fate Bussey <lafayette_bussey@brown.edu> | 2023-12-13 13:50:26 -0500 |
---|---|---|
committer | Fate Bussey <lafayette_bussey@brown.edu> | 2023-12-13 13:50:26 -0500 |
commit | 88ac9032e4a53407c569d6eb7c67619924daf296 (patch) | |
tree | 2fbf16d94d17a33602fb3f69751f1801a8659a87 /src/illuminate/illuminate.cpp | |
parent | 4fb06778c1a19914c759ab5db495754b1fd9e2c3 (diff) |
cone intersection fixes ONGOING
Diffstat (limited to 'src/illuminate/illuminate.cpp')
-rw-r--r-- | src/illuminate/illuminate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/illuminate/illuminate.cpp b/src/illuminate/illuminate.cpp index a651924..d031e6d 100644 --- a/src/illuminate/illuminate.cpp +++ b/src/illuminate/illuminate.cpp @@ -93,4 +93,4 @@ glm::vec4 RayTracer::illuminatePixel( illumination += reflect(intersectionWorld, normalWorld, incidentDir, shape, scene, depth + 1); return illumination; -}
\ No newline at end of file +} |