BSVogler/Raytracer

Sending rays

BSVogler opened this issue · 2 comments

Should include intersect and from this point to every light source
Image of rendering pixels

The rays are using unsigned integer so the negative values do not work. The problem somewhat arises from the use of the unsigned resolution.

Implemented