Add default_camera_config class variable to Scene, likewise for window and file_writer configuration

This commit is contained in:
Grant Sanderson
2022-12-19 11:35:43 -08:00
parent 99fa3ee620
commit 6615a912bd
2 changed files with 13 additions and 9 deletions

View File

@ -494,7 +494,7 @@ class GraphExample(Scene):
class SurfaceExample(Scene):
camera_config = dict(samples=4)
default_camera_config = dict(samples=4)
def construct(self):
surface_text = Text("For 3d scenes, try using surfaces")