From 4d91dbc02cfa9da5499a29ca3473dd0eb0c8ab4e Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Sun, 17 Feb 2013 19:03:01 -0500 Subject: [PATCH] minor addendum to the docs --- doc/python.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/python.tex b/doc/python.tex index 0787b72b..ab705ce9 100644 --- a/doc/python.tex +++ b/doc/python.tex @@ -383,3 +383,7 @@ for i in range(0,360 / stepSize): queue.waitLeft(0) queue.join() \end{python} +A useful property of this approach is that scene loading and initialization +must only take place once. Performance-wise, this compares favourably with +running many separate rendering jobs, e.g. using the \code{mitsuba} +command-line executable.