mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 22:47:45 +00:00
Change the check fo Special3DScene quality
This commit is contained in:
parent
9619ebfd61
commit
5d5fdef748
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ class SpecialThreeDScene(ThreeDScene):
|
|||
|
||||
def __init__(self, **kwargs):
|
||||
digest_config(self, kwargs)
|
||||
if self.camera.get_pixel_width() == PRODUCTION_QUALITY_CAMERA_CONFIG["pixel_width"]:
|
||||
if self.camera_config["pixel_width"] == PRODUCTION_QUALITY_CAMERA_CONFIG["pixel_width"]:
|
||||
config = {}
|
||||
else:
|
||||
config = self.low_quality_config
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue