jrraymond / ray-tracer

GNU General Public License v3.0
4 stars 0 forks source link

Only on triangle is shown in the image #1

Closed jrraymond closed 10 years ago

jrraymond commented 10 years ago

If there are multiple planes or multiple spheres all the planes and spheres show up, but only one triangle shows up. Commenting out the one triangle and the other triangles won't show up, so I think it might be related to the hit function.