Move commented code to area that makes more sense

This commit is contained in:
Stephen Seo 2021-08-24 20:39:04 +09:00
parent 9cff49e09d
commit c2e865df7d

View file

@ -125,11 +125,11 @@ int main(int argc, char **argv) {
}
}
// auto pixels = Ex02::RT::renderGraySphere(
// outputWidth, outputHeight, threadCount);
std::cout << "Rendering image of width " << outputWidth << " and height "
<< outputHeight << " with " << threadCount << " thread(s)..."
<< std::endl;
// auto pixels = Ex02::RT::renderGraySphere(
// outputWidth, outputHeight, threadCount);
auto pixels =
Ex02::RT::renderColorsWithSpheres(outputWidth, outputHeight, threadCount);