Starting working on area lights.
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
|
||||
Tuple shadeHit(Computation comps, uint32_t depthCount = 4);
|
||||
Tuple colourAt(Ray r, uint32_t depthCount = 4);
|
||||
bool isShadowed(Tuple point, uint32_t light = 0);
|
||||
bool isShadowed(Tuple point, Tuple lightPosition);
|
||||
|
||||
Colour reflectColour(Computation comps, uint32_t depthCount = 4);
|
||||
Colour refractedColour(Computation comps, uint32_t depthCount = 4);
|
||||
|
||||
Reference in New Issue
Block a user