Hi - i've been having the same problem - been using a modified version of
the "jdk1.2/demo/java3d/ObjLoad" file - helps if you increase the value in
the setScale() function in the following section -
Transform3D t3d = new Transform3D();
t3d.setScale(2.7);
objScale.setTransform(t3d);
objRoot.addChild(objScale);
does anyone know how to open the file so that the image fills the screen
when the program starts?
cheers
Matt
----- Original Message -----
From: Mohammed Akacem <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 17, 2000 4:38 PM
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".