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 $\texttt{\$}$ mitsuba
\end{shell} \end{shell}
\begin{console}[label=lst:mitsuba-cli,caption=Command line options of the \texttt{mitsuba} binary] \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> Usage: mitsuba [options] <One or more scene XML files>
Options/Arguments: Options/Arguments:
-h Display this help text -h Display this help text

View File

@ -73,6 +73,6 @@ Public License (Version 3) as provided by the Free Software Foundation.
\remarks{ \remarks{
\item Being a ``viral'' license, the GPL automatically applies to all \item Being a ``viral'' license, the GPL automatically applies to all
derivative work. Amongst other things, this means that without express 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. develop rendering software not distributed under a compatible license.
} }

View File

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

View File

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

View File

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