Well, with a little playing around and some help from Barry,
I was able to get everything in the -z region to disapear.

But I had to specify a BackClipDistance of 0.88f !!
which I don't understand at all.

Why, if I am setting the view platform to be at
z = +5.0f is the -z region a distance of 0.88f away?
Can someone explain this to me?

Here is the code I am using to set up the view platform
location and back clipping distance.


   vpTrans = SU.getViewingPlatform().getViewPlatformTransform();
   translate.set(0.0f, 0.0f, 5.0f);
   T3D.setTranslation(translate);
   vpTrans.setTransform(T3D);

   SU.getViewer().getView().setBackClipPolicy(View.PHYSICAL_EYE);
   SU.getViewer().getView().setBackClipDistance(0.88f);

Any thoughts?

Bob Gray

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to