If there is multisampling, don't have an antialias width

This commit is contained in:
Grant Sanderson 2021-07-28 07:30:13 -07:00
parent a3227dda67
commit f7bb5c1b8c

View file

@ -5,6 +5,7 @@ class ThreeDScene(Scene):
CONFIG = { CONFIG = {
"camera_config": { "camera_config": {
"samples": 4, "samples": 4,
"anti_alias_width": 0,
} }
} }