novalain / gi-ray

A Monte-Carlo ray tracer from scratch in C++
5 stars 1 forks source link

Allocate camera width and height on heap #56

Closed novalain closed 8 years ago

novalain commented 8 years ago

So we have access to full RAM and are not limited by stack size.