From cd6d4ae7650c8a92f498744e3b49461da2a8e959 Mon Sep 17 00:00:00 2001 From: Haakon Meland Eriksen Date: Wed, 15 Dec 2021 13:32:07 +0100 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f4fd3f5..4820eab 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ In Vapory you create a scene, and then render it: scene.render("my_scene.png", # output to a PNG image file width = 300, height=200, # in pixels. Determines the camera ratio. - antialiasing = 0.01 # The nearer from zero, the more precise the image. + antialiasing = 0.01, # The nearer from zero, the more precise the image. quality=1) # quality=1 => no shadow/reflection, quality=10 is 'normal' # passing 'ipython' as argument at the end of an IPython Notebook cell