3b1b / manim

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

Update how stroke is rendered #2155

Closed 3b1b closed 1 month ago

3b1b commented 1 month ago

Previously setting flat stroke to false had a number of glitches in 3d, but having an unflattened stroke is usually desirable in a 3d setting since stroke width often shouldn't vary with viewing angle. This hopefully mitigates many of those glitches, enough to justify making an un-flat stroke the default.

This also includes a few misc bug fixes