mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
If there is multisampling, don't have an antialias width
This commit is contained in:
parent
a3227dda67
commit
f7bb5c1b8c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ class ThreeDScene(Scene):
|
||||||
CONFIG = {
|
CONFIG = {
|
||||||
"camera_config": {
|
"camera_config": {
|
||||||
"samples": 4,
|
"samples": 4,
|
||||||
|
"anti_alias_width": 0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue