mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Update SurfaceExample to specify samples at scene level
This commit is contained in:
parent
d08a16a5fb
commit
f2d4313bcf
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ class TexAndNumbersExample(Scene):
|
||||||
|
|
||||||
|
|
||||||
class SurfaceExample(Scene):
|
class SurfaceExample(Scene):
|
||||||
default_camera_config = dict(samples=4)
|
samples = 4
|
||||||
|
|
||||||
def construct(self):
|
def construct(self):
|
||||||
surface_text = Text("For 3d scenes, try using surfaces")
|
surface_text = Text("For 3d scenes, try using surfaces")
|
||||||
|
|
Loading…
Add table
Reference in a new issue