Skip to content

Commit

Permalink
set cameraPassCountPerGpuFlush to 6 (#381)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
  • Loading branch information
iche033 authored Apr 5, 2022
1 parent 9b0cd1f commit a2497cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/minimal_scene/MinimalScene.cc
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ std::string IgnRenderer::Initialize()
}
scene->SetAmbientLight(this->ambientLight);
scene->SetBackgroundColor(this->backgroundColor);
scene->SetCameraPassCountPerGpuFlush(6u);

if (this->skyEnable)
{
Expand Down

0 comments on commit a2497cb

Please sign in to comment.