novalain / gi-ray

A Monte-Carlo ray tracer from scratch in C++
5 stars 1 forks source link

Fixup diffuse case in shade? #94

Closed Carlbaum closed 8 years ago

Carlbaum commented 8 years ago

The diffuse case doesn't take the LightColor into consideration.. only the intensity. Is that correct?!

novalain commented 8 years ago

Assuming white light atm. How to handle light color, just multiply?