dilevin / computer-graphics-ray-tracing

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

Reflection too small #41

Open amirhmk opened 4 years ago

amirhmk commented 4 years ago

My reflection light doesn't seem to be covering "enough" of the plane, I have checked all my vectors and tried normazling all the combos, but the reflection light is still too little.

Does anyone have any idea what this could be from?

Screen Shot 2020-01-30 at 7 46 01 PM

I am actually a little confused what in should be. I was originally thinking it's the ray, but now I'm wondering it it's coming from the light based on the lecture slides:

Screen Shot 2020-01-30 at 7 57 08 PM
amirhmk commented 4 years ago

Okay figured it out - Didn't pass in the correct in. Header files are pretty much what we need to look for