diff --git a/manimlib/scene/three_d_scene.py b/manimlib/scene/three_d_scene.py index 2d29fff8..728d1d37 100644 --- a/manimlib/scene/three_d_scene.py +++ b/manimlib/scene/three_d_scene.py @@ -5,6 +5,7 @@ class ThreeDScene(Scene): CONFIG = { "camera_config": { "samples": 4, + "anti_alias_width": 0, } }