mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 21:12:35 +08:00
A few fixes to initial point_thickness implementation
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
import os
|
||||
import numpy as np
|
||||
|
||||
|
||||
GENERALLY_BUFFER_POINTS = True
|
||||
|
||||
PRODUCTION_QUALITY_DISPLAY_CONFIG = {
|
||||
"height" : 1440,
|
||||
"width" : 2560,
|
||||
@ -20,6 +17,8 @@ LOW_QUALITY_DISPLAY_CONFIG = {
|
||||
DEFAULT_POINT_DENSITY_2D = 25
|
||||
DEFAULT_POINT_DENSITY_1D = 200
|
||||
|
||||
DEFAULT_POINT_THICKNESS = 4
|
||||
|
||||
#TODO, Make sure these are not needd
|
||||
DEFAULT_HEIGHT = PRODUCTION_QUALITY_DISPLAY_CONFIG["height"]
|
||||
DEFAULT_WIDTH = PRODUCTION_QUALITY_DISPLAY_CONFIG["width"]
|
||||
|
Reference in New Issue
Block a user