Re: Exporting interactive 3D objects from Mathematica to PDF documents
- To: mathgroup at smc.vnet.net
- Subject: [mg107680] Re: Exporting interactive 3D objects from Mathematica to PDF documents
- From: "Wim W. Wilhelm" <wilhelm at euronet.nl>
- Date: Mon, 22 Feb 2010 19:04:31 -0500 (EST)
- References: <hlte20$s8k$1@smc.vnet.net>
Hello Dominic,
I have exported a dynamic object as avi file.
I run mathematica on MS Vista, with Adobe Reader 8.
Then I executed (as experiment) the following
\documentclass[12pt,A4]{article}
\usepackage{geometry}
%\geometry{verbose,A4}
\usepackage[3D]{movie15}
\usepackage{hyperref}
\begin{document}
De tuinman methode:
\begin{figure}[ht]
\includemovie[
poster,
text={\small(Loading tuinman1.avi)}
]{10cm}{10cm}{tuinman1.avi}
\end{figure}
\end{document}
The pdf document showed the text "Loading tuinman1.avi"
Dubbel clicking the text started the media player.
Best wishes,
Wim W. Wilhelm
"Dominic" <miliotodc at rtconline.com> wrote in message
news:hlte20$s8k$1 at smc.vnet.net...
> Hi guys.
>
> Is there anyway I can create a 3D object in Mathematica and include it
> in a PDF file for interactive display? There is a Latex package called
> movie15 that allows embedding of 3D objects into PDF files and allows
> the user to interactively manipulate them. The documentation for
> movie15 as of 2009 stated that this was only available for U3D file
> formats.
>
> Does anyone here have any experience with creating such PDF files?
>
> Thanks,
>
> Dominic
>
>
>
>