minor addendum to the docs

metadata
Wenzel Jakob 2013-02-17 19:03:01 -05:00
parent 3d93215e81
commit 4d91dbc02c
1 changed files with 4 additions and 0 deletions

View File

@ -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.