emartinez-dev / miniRT

This project is an introduction to the beautiful world of Raytracing. Once completed you will be able to render simple Computer-Generated-Images and you will never be afraid of implementing mathematical formulas again.
The Unlicense
2 stars 0 forks source link

Implement Light Management #4

Closed emartinez-dev closed 10 months ago

emartinez-dev commented 1 year ago

Implement lighting management to handle different types of light sources, such as point lights and their effect on objects in the scene.

Light (L): L <x,y,z coordinates> <brightness ratio> <R,G,B colors>

emartinez-dev commented 1 year ago

This is almost finished, but we still need to implement the Specular light or the phong reflection model