documentation updates

metadata
Wenzel Jakob 2012-04-13 14:15:23 -04:00
parent ffa7a1a40a
commit 6089c1d52c
5 changed files with 5 additions and 4 deletions

View File

@ -18,7 +18,7 @@ the executable without parameters:
$\texttt{\$}$ mitsuba
\end{shell}
\begin{console}[label=lst:mitsuba-cli,caption=Command line options of the \texttt{mitsuba} binary]
Mitsuba version 0.3.0, Copyright (c) 2011 Wenzel Jakob
Mitsuba version $\texttt{\MitsubaVersion}$, Copyright (c) $\texttt{\MitsubaYear}$ Wenzel Jakob
Usage: mitsuba [options] <One or more scene XML files>
Options/Arguments:
-h Display this help text

View File

@ -73,6 +73,6 @@ Public License (Version 3) as provided by the Free Software Foundation.
\remarks{
\item Being a ``viral'' license, the GPL automatically applies to all
derivative work. Amongst other things, this means that without express
permission, Mitsuba's source code is \emph{absolutely off-limits} to companies that
permission, Mitsuba's source code is \emph{off-limits} to companies that
develop rendering software not distributed under a compatible license.
}

View File

@ -37,6 +37,7 @@
\setcounter{tocdepth}{3}
\newcommand{\MitsubaVersion}{0.3.1}
\newcommand{\MitsubaYear}{2012}
\typearea[current]{last}
\raggedbottom

View File

@ -54,7 +54,7 @@ MTS_NAMESPACE_BEGIN
* \code{toWorld} parameter.
*
* \begin{xml}[caption={A simple example involving two disk instances}, label=lst:disk]
* <scene version="0.3.0">
* <scene version=$\MtsVer$>
* <shape type="disk">
* <bsdf type="diffuse">
* <texture name="reflectance" type="checkerboard">

View File

@ -55,7 +55,7 @@ MTS_NAMESPACE_BEGIN
*
* \vspace{2mm}
* \begin{xml}[caption={A simple example involving two rectangle instances}, label=lst:rectangle]
* <scene version="0.3.0">
* <scene version=$\MtsVer$>
* <shape type="rectangle">
* <bsdf type="diffuse"/>
* </shape>