Skip to content

Commit

Permalink
MM Renderer - Silhouette rendering enabled by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cattermole committed Oct 7, 2023
1 parent e80b8a7 commit 02bc3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmSolver/render/data/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const MString kAttrNameSilhouetteColorB = "colorB";
const MString kAttrNameSilhouetteAlpha = "alpha";

// Silhouette Renderer Attribute Default Values
const bool kSilhouetteEnableDefault = false;
const bool kSilhouetteEnableDefault = true;
const float kSilhouetteDepthOffsetDefault = -1.0f;
const float kSilhouetteWidthDefault = 2.0f;
const float kSilhouetteColorDefault[] = {0.0f, 1.0f, 0.0f};
Expand Down

0 comments on commit 02bc3c1

Please sign in to comment.