Re: [JAVA3D] Troubles with 2D overlay

2002-11-16 Thread Alan Hudson
Gerhard Gelbmann wrote: I want to use the J3D library (www.j3d.org ) to add some 2D overlays to my scene. my problems is, that I just can't figure out, why even the provided example does not display any overlays. anybody got suggestions please? here is the sample code, I use (

[JAVA3D] J3D applet testers needed

2002-11-16 Thread Shantz Family
If anyone has time to kill... These applets work on my machine on both Netscape 6.2 and IE 5.5 but I'd like to know if they work for other Java3d enabled systems. One is a physical simulator for a stabilized four rotor flyer. It is a single rigid body with four propellor forces stabilize

Re: [JAVA3D] J3D applet testers needed

2002-11-16 Thread Alan Hudson
Shantz Family wrote: If anyone has time to kill... These applets work on my machine on both Netscape 6.2 and IE 5.5 but I'd like to know if they work for other Java3d enabled systems. One is a physical simulator for a stabilized four rotor flyer. It is a single rigid body with four prop

[JAVA3D] Want to get the angle between two coordinates (2 vector3d point)

2002-11-16 Thread ramanathan v
Hi, I am trying to find the angle between the two vector3d objects and it gives me NaN. Am i doing something wrong. If anyone could help me that would be great. Sample ..this is what i am doing Vector3d tt = new Vector3d(0,0,0); Vector3d f = new Vector3d(0,10,0); System.o

[JAVA3D] How to load a object in a vrml format as a java3d objects

2002-11-16 Thread ramanathan v
Hi, I want to know how we can load an object thats in .wrl format into java3d. As we can import an .obj file into java3d as java3d objects, similarly i am looking at importing 3d objects that in .wrl file into my java3d program. Can anyone help me in doin so. thanks, ram. ___

Re: [JAVA3D] Want to get the angle between two coordinates (2 vector3d point)

2002-11-16 Thread Kevin Glass
Your vector "tt" is set to 0,0,0. You can have an angle between this and another vector, since this vector has zero length, hence it doesn't "point" in any direction. Kev ramanathan v wrote: Hi, I am trying to find the angle between the two vector3d objects and it gives me NaN. Am i doing some

Re: [JAVA3D] Want to get the angle between two coordinates (2 vector3d point)

2002-11-16 Thread Shantz Family
You have a zero length vector. Mike - Original Message - From: "ramanathan v" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 16, 2002 2:32 PM Subject: [JAVA3D] Want to get the angle between two coordinates (2 vector3d point) > Hi, > > I am trying to find the angle be

Re: [JAVA3D] How to load a object in a vrml format as a java3d objects

2002-11-16 Thread Alan Hudson
ramanathan v wrote: Hi, I want to know how we can load an object thats in .wrl format into java3d. As we can import an .obj file into java3d as java3d objects, similarly i am looking at importing 3d objects that in .wrl file into my java3d program. Can anyone help me in doin so. The Xj3D projec

Re: [JAVA3D] J3D applet testers needed

2002-11-16 Thread John Wright
Mike, Works beautifully... Win98SE, Mozilla 1.1, Java 1.4.1, Java 3D 1.3 OpenGL Very nice. - John Wright Starfire Research Shantz Family wrote: > > If anyone has time to kill... > > These applets work on my machine on both Netscape 6.2 and IE 5.5 > but I'd like to know if they work for other Ja