Re: [JAVA3D] Exporting from Java3D!!

2003-11-19 Thread June
Hi Ben, You can try CyberVRML. http://www.cybergarage.org/vrml/cv97/cv97java/index.html This will let you read in 3DS and export as VRML which you could then convert back to 3DS if you need to. I'm not sure how much you would lose with all the conversions. If it doesn't do everything you want yo

[JAVA3D] Compatible Versions

2003-11-10 Thread June Hart
How can I protect an applet so that it does not download and use incompatible versions of Java and Java 3D? For example if I use jdk1.3.1_07 with java3d-1_3_1-windows-i586-directx-sdk and DirectX 9.0 then my applet doesn't work (Transparent objects appear opaque and background images become bla

[JAVA3D] Transparency?

2003-09-23 Thread June Hart
Hi, Can someone please help me with setting transparency for objects using the latest version of the Java 3D libraries? TransparencyAttributes t_attr = new TransparencyAttributes( TransparencyAttributes.NICEST, transparencyValue,

[JAVA3D] Twice as long and half as good?

2003-08-19 Thread June Hart
Hi, I just tried updating an example Java3D program. Hello3d used to be five lines of code + imports, main etc. and worked fine with both OpenGL and DirectX. With the latest version of Java3D it takes twelve lines of code to do the same thing and no longer works on OpenGL (on my system, Simple

Re: [JAVA3D] Java3D versions and Internet Explorer

2003-03-03 Thread June Hart
Hi, I have the same problem. In a recent update of Java 3D my world was turned upside-down. Now on certain browsers my applet shows the sky above the mountains and on other browsers the ground is up in the air! Is there a recommended version of Java 3D that we should use on the web and how shou