Groups > Design > Adobe Acrobat 3D > Re: Animation rotating through clipping plane




Animation rotating through clipping plane?

Animation rotating through clipping plane?
Thu, 27 Mar 2008 05:59:45 -070
Post Reply
Re: Animation rotating through clipping plane
Wed, 21 May 2008 20:03:51 -070
I also have that problem, too. The way I solve it is to change the background
color. However, it might happen again next time when you open this file.

Post Reply
Re: Animation rotating through clipping plane
Thu, 22 May 2008 04:43:55 -070
I got this from Adobe to fix the problem:

A ) Copy/Paste this code into a text file, and name it with the extension .js,
like "cameraFix.js".

//============
camera = scene.cameras.getByIndex(0);
camera.near = .1;
camera.far = 1000;
//============

B ) From the menu, select Tools | Advanced Editing | Select Object Tool.
C ) Double-click the 3D object to open the 3D Properties Dialog.
D ) Click the "Edit Content" button at bottom to open the "Add 3D
Content" dialog.
E ) For "Default Script" field, use the Browse button and select the
script you just created above.
F ) OK both dialogs.

This fixes the problem the first time you activate the model or open the file.
To make it work every time, like if you disable the model and then activate it
again, change the following settings:

"3D Properties" dialog => "Activation Settings" section
=> "When 3D is Disabled":
Post Reply
about | contact