Prev: Digitizing plots with Mathematica (i.e. extracting data points from
Next: Error List Plot with Legends
From: Dominic on 22 Feb 2010 03:08 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
From: Wim W. Wilhelm on 22 Feb 2010 19:04
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(a)rtconline.com> wrote in message news:hlte20$s8k$1(a)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 > > > > |