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
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
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,
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
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