diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-19 17:50:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-19 17:50:33 +0000 |
commit | 23b2789419e9e22d552147033a4f7f8ff569f649 (patch) | |
tree | 46de84a6d7a5269ec8cd658a128e236c65827cd3 /Master/texmf-dist/doc/latex/movie15/README | |
parent | 19e726eec508d247a2f1acb5b9c3a6618bd5c487 (diff) |
movie15 update (16dec06)
git-svn-id: svn://tug.org/texlive/trunk@2816 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/movie15/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/movie15/README | 36 |
1 files changed, 29 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/movie15/README b/Master/texmf-dist/doc/latex/movie15/README index a71172392df..3f56a4b1f4b 100644 --- a/Master/texmf-dist/doc/latex/movie15/README +++ b/Master/texmf-dist/doc/latex/movie15/README @@ -33,9 +33,10 @@ Usage: \usepackage[<package options>]{movie15} Package option `3D' enables the 3D feature from the PDF-1.6 specification. - With option `draft' media files are not included. The file name is printed - in a box of size <width>x(<height>+<depth>). `final' does the opposite, - overriding a global draft option specified in the \documentclass command. + With option `draft' media files are not included. Instead, the file name + is printed in a box of size <width>x(<height>+<depth>). `final' does the + opposite, overriding a global draft option specified in the \documentclass + command. \includemovie[<options>]{<width>}{<height>}{<media file>} @@ -57,10 +58,10 @@ Usage: calculating 3D camera settings. In addition to `play' (default), `stop', `resume', `pause', `reset', `close', - `3Dviewindex' and `3Dcalculate' it accepts `controls', `repeat', + `3Dviewindex', `3Dcalculate' and `3Dgetview' it accepts `controls', `repeat', `palindrome', `startat', `endat', `mouse', `rate', `volume', `3Dcoo', - `3Dc2c', `3Droo', `3Dcaa' and `3Djscript' from the subsequent list of command - options. + '3Droll', `3Dc2c', `3Droo', `3Dcaa' and `3Djscript' from the subsequent list + of command options. Options: @@ -123,7 +124,10 @@ Usage: mouse[=true|false] Enable mouse interaction: Clicking onto the media (giving it the focus) pauses the playback while - clicking outside resumes it. + clicking outside resumes it. In 3D context this + option is set to `true' by default, but may be set + to `false' in order to make the 3D annotation + non-interactive. palindrome[=true|false] Play media forward and backward. @@ -231,12 +235,30 @@ Usage: canvas. Only fixed point real numbers in the range from 0 to 1 are allowed for the colour components. + 3Dlights=<lighting scheme> Sets the default lighting scheme. Possible values + are: `None', `White', `Day', `Night', `Hard', + `Primary', `Blue', `Red', `Cube', `CAD', + `HeadLamp'. + 3Djscript=<JavaScript file> Things like animation, lighting, background colour etc. may also be script driven. Option `3Djscript' associates a <JavaScript file> with the 3D object. The script will be executed upon activation of the object. + 3Dresource=<resource file 1>[, 3Dresource=<resource file 2> [, ...]] + + Embeds additional 3D or rasterized image files for + use as resources in the 3D annotation. Possible + file types are U3D, Postscript (LaTeX + dvips) and + PDF/JPEG/PNG (pdfLaTeX). Embedded resources must + be loaded by the JavaScript method + + Resource("pdf://<resource path>") + + where <resource path> stands for the path to the + resource file as specified by the `3Dresource' + option. Additional options for use with `\movieref': |