dilevin / computer-graphics-ray-tracing

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

slight difference in bunny output and actual render #85

Closed gursi26 closed 13 hours ago

gursi26 commented 1 day ago

There is a slight difference in the bunny rendered by my code and the sample renders

my bunny: bunny

expected output: expected-bunny

The difference can be seen in the shadow right below the bunny's head, among other small differences in other locations.

Is this a problem or just to do with the choice of a constant (recursion depth, fudge factor)?

vpineda1996 commented 13 hours ago

It might be one of those two. We don't expect a perfect representation of the image. If there are some pixels that are off here and there, its ok.