Log camera before logging scene objects
This commit is contained in:
parent
08bd04d8da
commit
781c8cbe9f
1 changed files with 1 additions and 1 deletions
|
@ -151,8 +151,8 @@ Scene::render()
|
||||||
LOG_INFO << "Rendering scene with " << shapes.size() << " objects.";
|
LOG_INFO << "Rendering scene with " << shapes.size() << " objects.";
|
||||||
printf("Rendering scene with %lu objects.\n", shapes.size());
|
printf("Rendering scene with %lu objects.\n", shapes.size());
|
||||||
|
|
||||||
LogObjects();
|
|
||||||
LogCamera();
|
LogCamera();
|
||||||
|
LogObjects();
|
||||||
|
|
||||||
std::chrono::time_point<std::chrono::system_clock> start, end;
|
std::chrono::time_point<std::chrono::system_clock> start, end;
|
||||||
start = std::chrono::system_clock::now();
|
start = std::chrono::system_clock::now();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue