These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

RaiseError: Acrobat-Erhebungsfehler.

monsterag
monsterag's picture
Registered: Feb 14 2008
Posts: 13
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

My Product Information:
Acrobat 3D 8.1, Windows
monsterag
monsterag's picture
Registered: Feb 14 2008
Posts: 13
Solved it by myself...
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!