diff options
author | Norbert Preining <preining@logic.at> | 2008-01-17 07:18:19 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-17 07:18:19 +0000 |
commit | aebc1a2b64ca58e39d021df69964197869140e19 (patch) | |
tree | 9c12b2237ee9c532dadb234a40073ffee69da7a9 /Master/texmf-dist/doc/latex/movie15 | |
parent | a42f368ba5e24f7b2c1ef9cfd676877252df0674 (diff) |
update movie15 from ctan
git-svn-id: svn://tug.org/texlive/trunk@6276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/movie15')
-rw-r--r-- | Master/texmf-dist/doc/latex/movie15/README | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/movie15/movie15.pdf | bin | 346051 -> 346920 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/movie15/movie15.tex | 6 |
3 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/movie15/README b/Master/texmf-dist/doc/latex/movie15/README index 01549f87ef2..6b0d7717db9 100644 --- a/Master/texmf-dist/doc/latex/movie15/README +++ b/Master/texmf-dist/doc/latex/movie15/README @@ -243,6 +243,15 @@ Usage: `Primary', `Blue', `Red', `Cube', `CAD', `HeadLamp'. + 3Drender=<render mode> Sets the default render mode. Possible values + are: `Solid', `SolidWireframe', `Transparent', + `TransparentWireframe', `BoundingBox', + `TransparentBoundingBox', + `TransparentBoundingBoxOutline', `Wireframe', + `ShadedWireframe', `HiddenWireframe', `Vertices', + `ShadedVertices', `Illustration', `SolidOutline', + `ShadedIllustration'. + 3Djscript=<JavaScript file> Things like animation, lighting, background colour etc. may also be script driven. Option `3Djscript' associates a <JavaScript file> with diff --git a/Master/texmf-dist/doc/latex/movie15/movie15.pdf b/Master/texmf-dist/doc/latex/movie15/movie15.pdf Binary files differindex 4c8fe4e11ef..5ad2b84a4a1 100644 --- a/Master/texmf-dist/doc/latex/movie15/movie15.pdf +++ b/Master/texmf-dist/doc/latex/movie15/movie15.pdf diff --git a/Master/texmf-dist/doc/latex/movie15/movie15.tex b/Master/texmf-dist/doc/latex/movie15/movie15.tex index 44a033b4a00..8f18cc27993 100644 --- a/Master/texmf-dist/doc/latex/movie15/movie15.tex +++ b/Master/texmf-dist/doc/latex/movie15/movie15.tex @@ -310,6 +310,12 @@ This option sets the background colour of the canvas. Only fixed point real numb \end{verbatim} Sets the default lighting scheme. The following values are honoured: `\verb+None+', `\verb+White+', `\verb+Day+', `\verb+Night+', `\verb+Hard+', `\verb+Primary+', `\verb+Blue+', `\verb+Red+', `\verb+Cube+', `\verb+CAD+', `\verb+HeadLamp+'. The default is to use the lighting scheme as specified within the 3D artwork. \begin{verbatim} +3Drender=<render mode> +\end{verbatim} +\begin{flushleft} +Sets the default render mode. The following values are honoured: `\verb+Solid+', `\verb+SolidWireframe+', `\verb+Transparent+', `\verb+TransparentWireframe+', `\verb+BoundingBox+', `\verb+TransparentBoundingBox+', `\verb+TransparentBoundingBoxOutline+', `\verb+Wireframe+', `\verb+ShadedWireframe+', `\verb+HiddenWireframe+', `\verb+Vertices+', `\verb+ShadedVertices+', `\verb+SolidOutline+', `\verb+Illustration+', `\verb+ShadedIllustration+'. +\end{flushleft} +\begin{verbatim} 3Djscript=<JavaScript file> \end{verbatim} Things like animation, lighting, background etc. may also be script driven. Option `\verb+3Djscript+' associates \verb+<JavaScript file>+ with the 3D object. The script will be executed upon activation of the object. Refer to the Acrobat 3D JavaScript Reference~\cite{jscript3D} for details. Directory `\verb+doc/javascript+' contains JavaScript example files for animation and rotation control. The files work off-the-shelf with any 3D file and may be concatenated to combine their effects. |