Hi,
The u3d export in Meshlab 2025.07 produces a latex file with a superfluous accent in the line "3Dmenu,'".
Compilation ends with an error. An example is shown below.
The issue is located in /main/src/meshlabplugins/io_u3d/io_u3d.cpp on line 305:
latex.write(1,"3Dmenu,'");
This should be
latex.write(1,"3Dmenu,");
Best regards,
Wim
\documentclass[a4paper]{article}
\usepackage[3Dmenu]{media9}
\usepackage{hyperref}
\usepackage[UKenglish]{babel}
\begin{document}
\includemedia[
width=\linewidth,height=\linewidth,
3Dmenu,'
label=SVKNPThorseshoevorticestest.u3d,
activate=pageopen,
3Daac=60.000000, 3Droll=0.000000, 3Dc2c=61.369999 -398.440002 -8.932000, 3Droo=403.237518, 3Dcoo=61.365692 -2.259965 8.931658,
3Dlights=CAD
]{}{SVK_NPT_horseshoe_vortices_test.u3d}
\end{document}
Hi,
The u3d export in Meshlab 2025.07 produces a latex file with a superfluous accent in the line "3Dmenu,'".
Compilation ends with an error. An example is shown below.
The issue is located in /main/src/meshlabplugins/io_u3d/io_u3d.cpp on line 305:
latex.write(1,"3Dmenu,'");
This should be
latex.write(1,"3Dmenu,");
Best regards,
Wim
\documentclass[a4paper]{article}
\usepackage[3Dmenu]{media9}
\usepackage{hyperref}
\usepackage[UKenglish]{babel}
\begin{document}
\includemedia[
width=\linewidth,height=\linewidth,
3Dmenu,'
label=SVKNPThorseshoevorticestest.u3d,
activate=pageopen,
3Daac=60.000000, 3Droll=0.000000, 3Dc2c=61.369999 -398.440002 -8.932000, 3Droo=403.237518, 3Dcoo=61.365692 -2.259965 8.931658,
3Dlights=CAD
]{}{SVK_NPT_horseshoe_vortices_test.u3d}
\end{document}