Skip to content

Commit

Permalink
Revert mesh viewer background color back to gray (#894)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Sep 5, 2023
1 parent c2c5fdf commit 9385897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mesh_viewer/Main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void buildScene(ScenePtr _scene)
{
// initialize _scene
_scene->SetAmbientLight(0.3, 0.3, 0.3);
_scene->SetBackgroundColor(0.0, 0.0, 0.3);
_scene->SetBackgroundColor(0.3, 0.3, 0.3);
VisualPtr root = _scene->RootVisual();

// create directional light
Expand Down

0 comments on commit 9385897

Please sign in to comment.