Answered
Hello,
i get the following message when i try to redo the example "smooth camera rotation". The message is shown in the debugger when i select the button that should alter the Pitch.
i am able to rotate the Model. But neither the alterpitch ist working nor the AlterFOV from the example
RaiseError: Acrobat-Erhebungsfehler.
Doc.getAnnots3D:2:Field Schaltfläche3:Mouse Up
Any idea whats wrong? tia
2 Thing in the tutorial are difficult for beginners:
1. getAnnot3D(1)[0] --> my testpdf has only one page, so this only works with (0)[0]2. MyCameraController is askesd as a property, but in the mainjavascript file it is called cameraController
So it should sound like:
return getAnnots3D(0)[0].contxt3D.cameraController;
Now it is working!