Ok, the media9 package, that @AlexG suggested, is really awesome, I really encourage everyone to use it for this purpose (I spent half afternoon turning my 3D object (: ). I included an image as an alternative to be shown if the page cannot be interactive (e.g. for printing purposes). This could, of cause, also be a .pdf file explicitly, like @DL6ER suggested.
The \includemedia can even exist in a floating object. I added the minimal example below for reference on how to possibly use it.
\documentclass[10pt,a4paper]{article}
\usepackage[ansinew]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{media9}
\usepackage{graphicx}
\begin{document}
...
\begin{figure}
\includemedia[
activate=onclick,
3Dcoo=0.0 -2.2e-7 8, %generate the coordinates by right klick --> get current view
3Dc2c=-0.38 -0.78 0.49, %see documentation of media9 for details
3Droo=85, %http://www.ctan.org/pkg/media9
3Droll=-10.1, %this aswell
3Dlights=Day,
3Drender=SolidOutline,
3Dmenu, 3Dtoolbar
]
{\includegraphics[width=\linewidth]{testimage.pdf} %shown if not interactive
}
{test.u3d} %shown if interactive
\caption{A figure caption. Klick the image for interactivity :) }
\end{figure}
...
\end{document}
Acknowledgement:
I want to thank Robert Lansdale from http://www.okino.com to kindly convert my .max to a .u3d, which allowed for smooth testing and actual application in my document.
media9LaTeX package, and allow for user interaction in Adobe Reader. – AlexG May 13 '13 at 08:06fig2u3d. You may be able to use the IDTF intermediate format. The LaTeX code in there usesmedia9. – 0 _ Sep 14 '17 at 06:45