Move commented code to area that makes more sense
This commit is contained in:
parent
9cff49e09d
commit
c2e865df7d
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue