Skip to content

Commit c76bb58

Browse files
committed
stroke thickness params edited
1 parent b0aa6f4 commit c76bb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cherish/Settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const float STROKE_LINE_WIDTH = 4.f;
220220
const int STROKE_SEGMENTS_NUMBER = 11;
221221
const float STROKE_FOG_MIN = 4.f;
222222
const float STROKE_FOG_MAX = 30.f;
223-
const float STROKE_MESH_RADIUS = 0.01f;
223+
const float STROKE_MESH_RADIUS = 0.03f;
224224

225225
// polygon settings
226226
const float POLYGON_LINE_WIDTH = 4.f;

0 commit comments

Comments
 (0)