3b1b-manim/manimlib
zhujisheng ccb9977a67
Update scene.py to make scene.time more accurate
When the time intervals are (0, dt, 2dt, ...), during the first frame processing, only the video is inserted, but the update parameter is 0, which causes scene.time to be inaccurate. The correct time intervals should be (dt, 2dt, ...)
2024-09-23 23:48:18 +08:00
..
animation Merge pull request #2036 from LinZezh1/fix_animation 2024-09-06 10:57:32 -07:00
camera Clean up changes associated with fixing aspect ratio issue 2024-09-06 12:50:19 -05:00
event_handler Add white space after assert statements 2024-08-16 12:15:55 -05:00
mobject Merge branch 'master' into patch-8 2024-09-06 11:03:19 -07:00
scene Update scene.py to make scene.time more accurate 2024-09-23 23:48:18 +08:00
shaders Clean up changes associated with fixing aspect ratio issue 2024-09-06 12:50:19 -05:00
utils Merge pull request #2009 from Varniex/patch-1 2024-09-06 10:59:04 -07:00
__init__.py Remove redundancy 2024-03-21 14:34:39 -03:00
__main__.py
config.py Clean up changes associated with fixing aspect ratio issue 2024-09-06 12:50:19 -05:00
constants.py Clean up changes associated with fixing aspect ratio issue 2024-09-06 12:50:19 -05:00
default_config.yml Allow more file_writer configuration in default_config.yml 2024-08-22 14:24:26 -05:00
extract_scene.py Clean up get_scenes_to_render 2023-02-03 11:45:47 -08:00
logger.py
shader_wrapper.py Move texture id tracking to ShaderWrapper 2024-09-06 11:07:38 -05:00
tex_templates.yml Update tex_templates.yml 2024-06-04 23:47:19 +08:00
typing.py Use typing_extensions to import Self for python versions <3.11 2023-02-02 10:54:47 -08:00
window.py Cease useless rendering 2024-08-15 14:03:16 -05:00