Don't necessarily remove anti_alias on ThreeDScene

This commit is contained in:
Grant Sanderson 2021-11-08 21:48:42 -08:00
parent 2c7689ed9e
commit e20690b7c1

View file

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