Change STROKE_WIDTH_CONVERSION width back to older value

This commit is contained in:
Grant Sanderson 2024-08-16 15:03:47 -05:00
parent d8edccdab4
commit 0267740bde

View file

@ -15,7 +15,7 @@ out vec4 v_joint_product;
out float v_stroke_width; out float v_stroke_width;
out vec4 v_color; out vec4 v_color;
const float STROKE_WIDTH_CONVERSION = 0.015; const float STROKE_WIDTH_CONVERSION = 0.01;
void main(){ void main(){
verts = point; verts = point;