mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Some graph utilities implemented for Moser videos
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import os
|
||||
|
||||
PRODUCTION_QUALITY = True
|
||||
GENERALLY_BUFF_POINTS = True
|
||||
GENERALLY_BUFF_POINTS = PRODUCTION_QUALITY
|
||||
|
||||
DEFAULT_POINT_DENSITY_2D = 25 #if PRODUCTION_QUALITY else 20
|
||||
DEFAULT_POINT_DENSITY_1D = 150 #if PRODUCTION_QUALITY else 50
|
||||
|
Reference in New Issue
Block a user