3b1b-manim/manimlib/scene
Grant Sanderson f4737828f6
Video work (#2326)
* Only use -no-pdf for xelatex rendering

* Instead of tracking du and dv points on surface, track points off the surface in the normal direction

This means that surface shading will not necessarily work well for arbitrary transformations of the surface. But the existing solution was flimsy anyway, and caused annoying issues with singularity points.

* Have density of anchor points on arcs depend on arc length

* Allow for specifying true normals and orientation of Sphere

* Change miter threshold on stroke shader

* Add get_start_and_end to DashedLine

* Add min_total_width option to DecimalNumber

* Have BackgroundRectangle.set_style absorb (and ignore) added configuration

Note, this feels suboptimal

* Add LineBrace

* Update font_size adjustment in Tex

* Add scale_factor parameter to BulletedList.fade_all_but

* Minor import tweaks

* Add play_sound
2025-03-20 12:00:35 -07:00
..
__init__.py delete old entry point file and add __init__ for folders 2021-02-07 17:48:51 +08:00
interactive_scene.py Misc. clean up (#2269) 2024-12-12 08:39:54 -08:00
scene.py Video work (#2326) 2025-03-20 12:00:35 -07:00
scene_embed.py Have autoreload update shell namespace with reloaded module variables (#2278) 2024-12-13 13:23:50 -08:00
scene_file_writer.py A few bug fixes (#2277) 2024-12-12 18:45:34 -08:00