Merge branch 'TonyCrane-package-improve'

This commit is contained in:
Grant Sanderson
2021-02-11 10:54:30 -08:00
30 changed files with 399 additions and 360 deletions

View File

@ -1,4 +1,5 @@
from manimlib.imports import *
from manimlib import *
import numpy as np
# To watch one of these scenes, run the following:
# python -m manim example_scenes.py SquareToCircle
@ -510,7 +511,7 @@ class SurfaceExample(Scene):
# be interpreted as the side towards the light, and away from
# the light. These can be either urls, or paths to a local file
# in whatever you've set as the image directory in
# the custom_defaults.yml file
# the custom_config.yml file
# day_texture = "EarthTextureMap"
# night_texture = "NightEarthTextureMap"