Messy pile of brachistochrone work

This commit is contained in:
Grant Sanderson
2016-02-21 15:46:12 -08:00
parent 9262c395ce
commit 19e3c7f849
6 changed files with 627 additions and 424 deletions

View File

@ -31,6 +31,7 @@ class ImageMobject(Mobject):
os.path.join(IMAGE_DIR, image_file),
os.path.join(IMAGE_DIR, image_file + ".jpg"),
os.path.join(IMAGE_DIR, image_file + ".png"),
os.path.join(IMAGE_DIR, image_file + ".gif"),
]
for path in possible_paths:
if os.path.exists(path):