summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/movie15/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/movie15/README')
-rw-r--r--Master/texmf-dist/doc/latex/movie15/README36
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':