Added some proper test scenes for chapter 11.

This commit is contained in:
Godzil
2020-02-22 00:50:55 +00:00
parent 3db0aaaeac
commit e45dbad59e
8 changed files with 244 additions and 86 deletions

View File

@@ -47,7 +47,7 @@ public:
bool isShadowed(Tuple point);
Colour reflectColour(Computation comps, uint32_t depthCount = 4);
Colour refractedColour(Computation comps, uint32_t depthCount = 0);
Colour refractedColour(Computation comps, uint32_t depthCount = 4);
Intersect intersect(Ray r);