From c87b2e272bf44e6b3c57dbd3a921d8084ec76e4e Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Mon, 4 Jan 2021 13:26:14 -0800 Subject: [PATCH] Tiny change --- manimlib/shaders/quadratic_bezier_stroke_geom.glsl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manimlib/shaders/quadratic_bezier_stroke_geom.glsl b/manimlib/shaders/quadratic_bezier_stroke_geom.glsl index adcc6f1f..fea0b89d 100644 --- a/manimlib/shaders/quadratic_bezier_stroke_geom.glsl +++ b/manimlib/shaders/quadratic_bezier_stroke_geom.glsl @@ -7,7 +7,10 @@ layout (triangle_strip, max_vertices = 5) out; uniform vec2 frame_shape; uniform float focal_distance; uniform float is_fixed_in_frame; + uniform float anti_alias_width; + +//Needed for lighting uniform vec3 light_source_position; uniform float joint_type; uniform float gloss;