mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Change default number of samples for 3d camera
This commit is contained in:
parent
572383f541
commit
148afc29aa
1 changed files with 1 additions and 1 deletions
|
@ -447,5 +447,5 @@ class Camera(object):
|
|||
# Mostly just defined so old scenes don't break
|
||||
class ThreeDCamera(Camera):
|
||||
CONFIG = {
|
||||
"samples": 8,
|
||||
"samples": 4,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue