ElisaLegnani / PhotorealisticRendering

A simple raytracer for generating photorealistic images written in C++
https://elisalegnani.github.io/PhotorealisticRendering/
GNU General Public License v3.0
3 stars 0 forks source link

Implement parse_light #28

Closed adelezaini closed 3 years ago

adelezaini commented 3 years ago

This PR aims to add the functionality of adding light (PointLight struct) to the image from the input scene file, in order to use the pointlight renderer.