Jay,

These are the "strange rendering results" that I just told Mohammed about.
Because your front clipping plane is so near you have lost resolution in the
Z buffer and Java 3D is not distinguishing properly between the back of your
sphere and the front. Modify the distance to the back plane so that it is
not more than 1000 times bigger than the front distance and you should be
fine.

Sounds like a cool application - what is it?

Sincerely,

Daniel Selman

[EMAIL PROTECTED]
http://www.tornadolabs.com

> -----Original Message-----
> From: Discussion list for Java 3D API
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jay Scherer
> Sent: 17 January 2000 15:40
> To: [EMAIL PROTECTED]
> Subject: [JAVA3D] Clipping Distance
>
>
> I've got a textured image of the earth in a scene.  I've also drawn the
> political boundaries on this map using a linestriparray.  Problems arise
> when I zoom on the sphere.  If I don't set the front clip distance, I
> start to get a black circle in the middle of the texture.  However, I
> can set the front clip distance to some low number such as .0001 and I
> can zoom to a close distance, but the political boudaries/lines on the
> globe don't render correctly.  It actually looks as if the lines from
> the back side of the globe are rendering on the front side.  I set the
> clip policy to a value of 1 and the lines rendered correctly, but I was
> not able to zoom to a reasonable distance because I got a big black
> circle on the sphere.
>
> Any help appreciated,
> Jay
>
> ==================================================================
> =========
> 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".
>

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