jrraymond / ray-tracer

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

memory problems drawing single sphere #10

Closed bgapinski closed 10 years ago

bgapinski commented 10 years ago

Drawing one sphere with no triangles causes my computer to use up all of its memory (probably a stack overflow somewhere)

jrraymond commented 10 years ago

did it print the bounding box tree? this will tell us if it happens during the rendering or after.

bgapinski commented 10 years ago

This problem appears to have fixed itself.