issues
search
3b1b
/
manim
Animation engine for explanatory math videos
MIT License
71.28k
stars
6.26k
forks
source link
Refactor ShaderWrapper
#2163
Closed
3b1b
closed
2 months ago
3b1b
commented
3 months ago
Reorganize and clean up everything around shader wrappers.
Change it so that stroke and fill use a shared vertex buffer object
Fix winding fill with depth test issue
Improve antialiasing on fill, via improving the border width behavior
Ensure rendering grouping respects differing uniforms
Eliminate joint_products from stroke geom shader
Swap out FillArrow for StrokeArrow
Fix Texture ids are allocated to allow for arbitrarily many images
Reorganize and clean up everything around shader wrappers.