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 1259 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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply