3b1b / manim

Animation engine for explanatory math videos
MIT License
62.64k stars 5.81k forks source link

Maybe unused parameter in shaders? #2143

Open MrDiver opened 3 months ago

MrDiver commented 3 months ago

https://github.com/3b1b/manim/blob/88c7e9d2c96be1ea729b089c06cabb1bd3b2c187/manimlib/shaders/quadratic_bezier_stroke/vert.glsl#L9 Hey, i think this parameter might be unused? I don't think it is set in the vbo currently and also automatically generated in the geometry shader. Do you know if that's actually the case?

Greetings ✨