mirror of
https://github.com/3b1b/manim.git
synced 2025-07-26 19:47:15 +08:00
Merge branch 'TonyCrane-package-improve'
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user