finaloxbow / RayTracer

Raytracer in C++ and OpenGL.
0 stars 0 forks source link

Add support for changing window sizes #1

Open finaloxbow opened 1 year ago

finaloxbow commented 1 year ago

Overall, I think the size of the screen currently should belong to the Window class and all other classes, such as the Renderer, should query the size from there.