GeneralHow to add custom positioning

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Hank
Posts: 1
Joined: Mon May 04, 2020 12:38 pm

How to add custom positioning

Post by Hank »

Hi!
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:
3d-image.png
3d-image.png (76.53 KiB) Viewed 1029 times
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}
I would only like to know how to code and where to put the additional code in the above code - in order to change the position of the 3D object (lets say top left 5 cm from the border or center right) and be able to adjust the size of the interactive 3D object frame. I'm hoping someone with experience can help guide me, all help is appreciated.

Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
Post Reply