Skip to content

Commit

Permalink
stroke thickness params edited
Browse files Browse the repository at this point in the history
  • Loading branch information
vicrucann committed Apr 18, 2017
1 parent b0aa6f4 commit c76bb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cherish/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const float STROKE_LINE_WIDTH = 4.f;
const int STROKE_SEGMENTS_NUMBER = 11;
const float STROKE_FOG_MIN = 4.f;
const float STROKE_FOG_MAX = 30.f;
const float STROKE_MESH_RADIUS = 0.01f;
const float STROKE_MESH_RADIUS = 0.03f;

// polygon settings
const float POLYGON_LINE_WIDTH = 4.f;
Expand Down

0 comments on commit c76bb58

Please sign in to comment.