Python-Raytracer
Python-Raytracer copied to clipboard
fixing point light sources for glossy surfaces
trafficstars
This PR fixes 2 issues -
- #16
- Currently, the glossy surface rendering would only work in presence of directional light in the code. I modified the code for it to work with both directional and point light sources.