#include #include #include #include #include #include "geometry.h" void render() { const int width = 1024; const int height = 768; std::vector framebuffer(width*height); for (size_t j = 0; j