Dear Reader,

I have a satelite object that I am rotating and the dish gets clipped. I
can't seem to fix it. Any hints are appreciated.

Here are my front and back clipping distances:

     view.setFrontClipDistance( view.getFrontClipDistance() - 0.01 );

     double radius = sceneBounds.getRadius();
     // The value of radius at this point is about 362
     view.setBackClipDistance( 5*radius );

A sample image is on:
http://www.cis.ohio-state.edu/~muniandy/problem/jul7_99.jpg

Thank you,

Kovalan

===========================================================================
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