Python-Raytracer
Python-Raytracer copied to clipboard
A basic Ray Tracer that exploits numpy arrays and functions to work fast.
You have a unlisted Dep progressbar
The project says "fast" but this is not fast at all.
This PR fixes 2 issues - 1. #16 2. Currently, the glossy surface rendering would only work in presence of directional light in the code. I modified the code for...
https://github.com/rafael-fuente/Python-Raytracer/blob/5c1c05b38e043feaf21435ace1f9e18766baf5bb/sightpy/geometry/triangle_mesh.py#L38 This line should be changed to ``` [Triangle_Collider...] ``` as `colliders` is not imported