dilevin / computer-graphics-ray-tracing

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

Weird Reflection #52

Closed Tomas-Ha closed 1 year ago

Tomas-Ha commented 1 year ago

Hello!

I have been working with my code for reflections but the bottom half of the sphere keeps getting cut off. Can somebody help me with this?

Screenshot 2023-09-29 at 12 59 20 AM
Tomas-Ha commented 1 year ago

Resolved, I forgot to properly set the min_t for the reflections.