Micheal,
I encountered the same problem few months ago. Here I paste the result
of some mail exchanges that helped me to solve the problem. Hope It's
useful. Read from bottom to top to understand something ;-)
F.
==
Hi Fabrizio,
Sorry, but I conveniently omitt
Hi , it works fine, but when I exit there is this
run-time error that comes up
I am using windows xp Home Edition
java.lang.NoSuchMethodError:
com.sun.j3d.utils.universe.SimpleUniverse.cleanup()V
at
The Java 3D Frequently Asked Questions list for Monday March 1 2004
This is a posting of topics covered in the Java 3D FAQ. The answers
to these questions are kept at:
http://www.j3d.org/faq
Please consult this list and the web site before asking questions on the
mailing list.
If there
Bassam,
That implies that you don't have Java 3D 1.3.1 installed on your PC.
- John Wright
Starfire Research
> Bassam wrote:
>
> Hi , it works fine, but when I exit there is this run-time error that
> comes up
> I am using windows xp Home Edition
>
> -
Hi Rolf
I can give you an experimental solution. I have not got my matrix algebra
book handy but try this
(Foley and van Dam have transformations explained.)
Transform3D t = new Transform3D;
double angle = 30.0*3.14159/180.0;// angle 30 degrees in radians
t.rotX(angle);
System.out.println( "trans
You can go to our web site http://www.worldshow3d.com/ to see the screen
shot and the installation requirements (Java 3D 1.3.1 recommended, go to the
"Release" section http://www.worldshow3d.com/releases/releases.html to see
more).
Thanks for testing.
Thomas Din
WorldShow3D Software Company
3717
wait a moment guys ! That PC holds many progams that contribute to Java 3D .
I have installed java 3d 1.3 myself.I am doing my senior project which
depends heavily on java 3d , on that computer!
I am sure it is installed. I have seen the whole scene. The performance is
wonderful but when I pres
After you press "Exit", the show engine will do a clean up and then stop.
The exception method SimpleUniverse.cleanup() is from the Java 3D library. I
have tested the program on XP and have never seen that exception. So I would
suggest you should install the latest Java 3D from Sun.
Thomas Din
Wo
Hi,
I've heard about some XP OSs with ATi vcards
*sometimes* hanging up when they run cleanup() . Maybe
this is just another exotic case.
Alessandro
--- WorldShow3D <[EMAIL PROTECTED]> escreveu: >
After you press "Exit", the show engine will do a
> clean up and then stop.
> The exception method