dilevin / computer-graphics-ray-tracing

Computer Graphics Assignment about Ray Tracing
1 stars 5 forks source link

Image is very bright #38

Closed RaihanFaruque closed 4 years ago

RaihanFaruque commented 4 years ago

This is the image I get : rgb

Does anyone know why?

darren-moore commented 4 years ago

I can't see the image. Can you try editing/ adding a new comment?

RaihanFaruque commented 4 years ago

Here: bright

darren-moore commented 4 years ago

My first thought would be to make sure you're taking into account the light intensity values. Is your sphere-and-plane also very bright like this?

RaihanFaruque commented 4 years ago

Yes, its also very bright

darren-moore commented 4 years ago

Make sure you're careful with the magnitude of vectors. See https://github.com/dilevin/computer-graphics-ray-tracing/issues/29