dilevin / computer-graphics-ray-tracing

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

inside-a-sphere issue #82

Open whj9068 opened 2 days ago

whj9068 commented 2 days ago

All the other json files seems to be working except for bunny and inside-a-sphere. What might be the cause of this picture? I am using
bool hit_mirror = raycolor(mirror, 1e-5, objects....; first_hit(shadow_ray, 1e-6, objects.... and 10 recursive calls 截屏2024-09-29 下午10 46 45

vpineda1996 commented 1 day ago

Look at https://github.com/dilevin/computer-graphics-ray-tracing/issues/62