summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-12 22:14:20 +0000
committerKarl Berry <karl@freefriends.org>2012-09-12 22:14:20 +0000
commit775b0205d5a6a908604168ebeb3c22442e84303f (patch)
tree5c7818393bf03ecf13f839717df3e147219c90d1 /Master/texmf-dist/doc
parent60134622cf5eb833e549dd5dfefb08a674b5a78c (diff)
media9 (12sep12)
git-svn-id: svn://tug.org/texlive/trunk@27655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/media9/ChangeLog5
-rw-r--r--Master/texmf-dist/doc/latex/media9/files/epix.prcbin63020 -> 56774 bytes
-rw-r--r--Master/texmf-dist/doc/latex/media9/media9.pdfbin1589635 -> 1583908 bytes
-rw-r--r--Master/texmf-dist/doc/latex/media9/media9.tex18
4 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/media9/ChangeLog b/Master/texmf-dist/doc/latex/media9/ChangeLog
index e0b3c3f92c4..a19252bd27d 100644
--- a/Master/texmf-dist/doc/latex/media9/ChangeLog
+++ b/Master/texmf-dist/doc/latex/media9/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-12
+ * v0.13
+ * fix: cross section related bug in 3Dmenu.js
+ * fix: asylabels.js with improved label control (requires asymptote-2.17)
+
2012-09-07
* v0.12
* new: command option `3Dpsob' and 3d views file entry `PSOB' added on
diff --git a/Master/texmf-dist/doc/latex/media9/files/epix.prc b/Master/texmf-dist/doc/latex/media9/files/epix.prc
index fa22b4ca5eb..3d8da38bfea 100644
--- a/Master/texmf-dist/doc/latex/media9/files/epix.prc
+++ b/Master/texmf-dist/doc/latex/media9/files/epix.prc
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/media9/media9.pdf b/Master/texmf-dist/doc/latex/media9/media9.pdf
index 9005f612716..8255d8e7103 100644
--- a/Master/texmf-dist/doc/latex/media9/media9.pdf
+++ b/Master/texmf-dist/doc/latex/media9/media9.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/media9/media9.tex b/Master/texmf-dist/doc/latex/media9/media9.tex
index 6c4e0fa6585..561327326cf 100644
--- a/Master/texmf-dist/doc/latex/media9/media9.tex
+++ b/Master/texmf-dist/doc/latex/media9/media9.tex
@@ -316,7 +316,9 @@ Sets the default render mode. The following values are honoured: `\verb+Solid+',
\begin{verbatim}
3Dpartsattrs=restore | keep
\end{verbatim}
-When the user selects another view from the list of predefined views (see option `\verb+3Dviews+'), attributes of individual parts, such as opacity, visibility, render mode, translation in space, which all can be set from within the Reader or by means of a file of predefined views, are reset to their original states as defined in the embedded 3D file, before any new part settings are applied. This default behaviour can be overridden by `\verb+3Dpartsattrs=keep+'. This will preserve current part attributes when the user selects another predefined 3D view in the Reader.
+When the user selects another view from the list of predefined views (see option `\verb+3Dviews+'), attributes of individual parts, such as opacity, visibility, render mode,
+translation in space,
+which all can be set from within the Reader or by means of a file of predefined views, are reset to their original states as defined in the embedded 3D file, before any new part settings are applied. This default behaviour can be overridden by `\verb+3Dpartsattrs=keep+'. This will preserve current part attributes when the user selects another predefined 3D view in the Reader.
\begin{verbatim}
3Dviews=<views file>
\end{verbatim}
@@ -395,7 +397,7 @@ Things like animation, lighting, background of 3D objects etc. may also be scrip
}
runtime.addEventHandler(reh);
\end{verbatim}
-\hypertarget{3dscripts}{}For convenience, subdirectory `javascript' of the `media9' installation contains three 3D JavaScript files which may come in handy at times: `animation.js' enables embedded keyframe animation in 3D files; `3Dspintool.js' enables the Spin tool of the 3D plugin for easier rotating the 3D object with the mouse; `asylabels.js' adds `billboard behaviour' to text labels in Asymptote generated PRC files for improved visibility, they always face the camera while dragging the 3D object with the mouse.
+\hypertarget{3dscripts}{}For convenience, subdirectory `javascript' of the `media9' installation contains three 3D JavaScript files which may come in handy at times: `animation.js' enables embedded keyframe animation in 3D files; `3Dspintool.js' enables the Spin tool of the 3D plugin for easier rotating the 3D object with the mouse; `asylabels.js' adds `billboard behaviour' to text labels in Asymptote ($\ge v2.17$) generated PRC files for improved visibility; text labels always face the camera while rotating the 3D object with the mouse.
\begin{table}[bp]%[p]%[htbp]
\centering
@@ -721,23 +723,23 @@ Below, two examples of embedded 3D files are shown. The first one, Fig.~\ref{asy
% 3Dcoo, 3Droo values found with `Generate Default View' from
% context menu
3Dmenu,
- 3Dcoo=-21.371112823486328 -19.702425003051758 -395.4008483886719,
- 3Droo=472.3543474473915,
- 3Dc2c=4 2 3
+ 3Dc2c=4 2 3,
+ 3Dcoo=6.01792049407959 12.437679290771484 0.18967819213867188,
+ 3Droo=479.9268773794643,
]{}{epix.prc}
\end{Verbatim}
\vspace{1ex}
\includemedia[
width=0.8\linewidth,height=0.8\linewidth,
activate=pageopen,
- add3Djscript=asylabels.js, %upright text labels
+ add3Djscript=asylabels.js, %upright text labels
add3Djscript=3Dspintool.js, %let scene rotate about z-axis
% 3Dcoo, 3Droo values found with `Generate Default View' from
% context menu
3Dmenu,
- 3Dcoo=-21.371112823486328 -19.702425003051758 -395.4008483886719,
- 3Droo=472.3543474473915,
3Dc2c=4 2 3,
+ 3Dcoo=6.01792049407959 12.437679290771484 0.18967819213867188,
+ 3Droo=479.9268773794643,
]{}{epix.prc}
\caption{Embedded PRC file produced with Asymptote, making use of convenience 3D JavaScripts `asylabels.js' and `3Dspintool.js' mentioned
{\leavevmode\pdfstartlink attr{/Border[0 0 1]/C[0 0 1]/H/I}user{/Subtype/Link/A<</D(3dscripts)/S/GoTo>>}above\pdfendlink}.}\label{asyex}