Mohammed,
I guess it is probably a clipping plane issue rather than Bounds. Are your
models very large or very close to the viewer? Try increasing the distance
to the back clipping plane using View.setBackClipDistance. You may also have
to change the front clipping plane - keep the ratio between the two to about
1/1000. I.e. don't put the front plane at 0.001 and the back plane to 10,000
or you will get strange clipping results.
Sincerely,
Daniel Selman
[EMAIL PROTECTED]
http://www.tornadolabs.com
> -----Original Message-----
> From: Discussion list for Java 3D API
> [mailto:[EMAIL PROTECTED]]On Behalf Of Mohammed Akacem
> Sent: 17 January 2000 16:39
> To: [EMAIL PROTECTED]
> Subject: [JAVA3D] visuel object disappear when rotated
>
>
> Hi,
>
> I am loading a vrml file(only geometry)and visualising it. I used the
> MouseRotate,MouseTranslate and MouseZoom classes from com.sun.j3d
> package.
> my probleme is that the visuel object disappears and appears again when
> being rotated. the same is happening when I zoom the object.
> I am suspecting that this may have to do with the BoundingsSphere
> object.
>
> would you please help and Thanks
>
> Mohammed
>
> ==================================================================
> =========
> 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".