I'm new to using Latex and I've successfully added a 3D object to pdf. I can't however change the frame size or position/location of the 3D object. See image: I've tried following this guide: https://en.wikibooks.org/wiki/LaTeX/Flo ... heir_place
but nothing seems to work for me.
This is the code:
Code: Select all
\documentclass[a4paper]{article}
\usepackage[3D]{movie15}
\usepackage{hyperref}
\usepackage[UKenglish]{babel}
\begin{document}
\includemovie[
poster,
toolbar, %same as `controls'
label=test.u3d,
text=(test.u3d),
3Daac=60.000000, 3Droll=0.000000, 3Dc2c=0.121500 -17.395000 0.005574, 3Droo=17.395426, 3Dcoo=0.121498 -1.874612 -0.005574,
3Dlights=CAD,
]{\linewidth}{\linewidth}{test.u3d}
\end{document}
Thanks