mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Change default number of samples for 3d camera
This commit is contained in:
@ -447,5 +447,5 @@ class Camera(object):
|
||||
# Mostly just defined so old scenes don't break
|
||||
class ThreeDCamera(Camera):
|
||||
CONFIG = {
|
||||
"samples": 8,
|
||||
"samples": 4,
|
||||
}
|
||||
|
Reference in New Issue
Block a user