From 49e777f6f83a332a92073b54271abe892f29c226 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 18 Oct 2021 19:50:24 +0000 Subject: media9 (18oct21) git-svn-id: svn://tug.org/texlive/trunk@60796 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/media9/media9.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/source/latex/media9') diff --git a/Master/texmf-dist/source/latex/media9/media9.tex b/Master/texmf-dist/source/latex/media9/media9.tex index a7942ef584a..d7acd9d0e36 100644 --- a/Master/texmf-dist/source/latex/media9/media9.tex +++ b/Master/texmf-dist/source/latex/media9/media9.tex @@ -391,6 +391,8 @@ The file \verb++ is structured into view sections, one for every vie PLANECOLOR= INTERSECTIONVISIBLE=true | false INTERSECTIONCOLOR= + SHOWTRANSPARENT=true | false + SECTIONCAPPING=true | false END PARTSATTRS=keep PART= @@ -416,7 +418,7 @@ A view section starts with the keyword \verb+VIEW+, optionally followed by a nam Part sub-sections are opened by \verb+PART=+ and closed by \verb+END+. There may be as many part subsections as there are parts in a 3D scene. Table~\ref{tab:parts} lists the possible entries in a \verb+PART+ sub-section. All entries are optional. However, a \verb+UTF16NAME+ entry is recommended, as the part name may contain non-ASCII characters. The value of the \verb+UTF16NAME+ key is the part name as a hex-encoded Unicode string. If \verb+UTF16NAME+ is not used, the part name in the 3D file must be entirely composed of ASCII characters. In that case, \verb++ is mandatory and must match the part name as indicated in the \Acrobatmenu{ShowHideModelTree}{3D Model Tree} of the 3D object (accessible via right-click onto the model in the Reader). The part can be scaled and repositioned by means of a \verb+TRANSFORM+ entry which takes a 12-element transformation matrix as its value. Remaining entries in a part sub-section control the visual appearance of the part. -A view section may contain at most one \verb+CROSSSECT+ sub-section. It inserts a cutting plane at a definite position and orientation in the 3D space, controlled by optional \verb+CENTER+ and \verb+NORMAL+ entries. The appearance characteristics of the cutting plane and the intersection of the plane with the 3D geometry are controlled by optional \verb+OPACITY+, \verb+VISIBLE+, \verb+PLANECOLOR+, \verb+INTERSECTIONVISIBLE+, \verb+INTERSECTIONCOLOR+ entries. See Table~\ref{tab:crosss} for explanation. +A view section may contain at most one \verb+CROSSSECT+ sub-section. It inserts a cutting plane at a definite position and orientation in the 3D space, controlled by optional \verb+CENTER+ and \verb+NORMAL+ entries. The appearance characteristics of the cutting plane and the intersection of the plane with the 3D geometry are controlled by optional \verb+OPACITY+, \verb+VISIBLE+, \verb+PLANECOLOR+, \verb+INTERSECTIONVISIBLE+, \verb+INTERSECTIONCOLOR+,\\\verb+SHOWTRANSPARENT+, \verb+SECTIONCAPPING+ entries. See Table~\ref{tab:crosss} for explanation. The views file can be commented. As usual, comments start with the percent sign. @@ -500,6 +502,8 @@ Things like animation, lighting, background of 3D objects etc. may also be scrip {\tt PLANECOLOR} & three numbers & given as {\tt }, specify the colour (RGB) of the cutting plane\\ {\tt INTERSECTIONVISIBLE} & boolean & a flag (`{\tt true}' or `{\tt false}') indicating the visibility of the intersection of the cutting plane with any 3D geometry\\ {\tt INTERSECTIONCOLOR} & three numbers & given as {\tt }, specify the colour (RGB) for the cutting plane's intersection with the 3D geometry\\ + {\tt SHOWTRANSPARENT} & boolean & a flag (`{\tt true}' or `{\tt false}') indicating that the portion of a model on the cut side of a section plane shall be viewed using a transparent render mode\\ + {\tt SECTIONCAPPING} & boolean & a flag (`{\tt true}' or `{\tt false}') indicating whether the section plane shall be closed and rendered as if cutting through a solid object\\ \hline \end{tabular} \end{table} -- cgit v1.2.3