3b1b-manim/manimlib/scene
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
..
__init__.py delete old entry point file and add __init__ for folders 2021-02-07 17:48:51 +08:00
interactive_scene.py Change copy frame position command 2024-07-31 15:24:25 +02:00
scene.py Update scene.py to make scene.time more accurate 2024-09-23 23:48:18 +08:00
scene_file_writer.py Rename shader_dtype -> data_dtype 2024-08-22 14:52:35 -05:00