Further Bell fixes

This commit is contained in:
Grant Sanderson
2017-09-05 10:21:36 -07:00
parent a5e965ba46
commit b88c669627
6 changed files with 436 additions and 230 deletions

View File

@ -19,7 +19,7 @@ class Camera(object):
"background_color" : BLACK,
#Points in vectorized mobjects with norm greater
#than this value will be rescaled.
"max_allowable_norm" : 5*SPACE_WIDTH,
"max_allowable_norm" : 2*SPACE_WIDTH,
}
def __init__(self, background = None, **kwargs):