The Add3d plugin of the itexttoolbox is missing a way to add the images (png) into the resulting pdf file for the buttons to rotate and move the 3d object. I guess at least the method
public static void AddButton(float x, float y, String fname, String js, String image, PdfWriter wr)
in Add3D.java has to be changed to make this possible. Then the javascript most probably has to be adjusted. How can this be done?
Best regards,
Carsten
Anonymous