[JAVA3D] Problem with transparency....

2000-05-26 Thread David McCafferty
Good afternoon, I'm having a bit of a problem using transparency, in that objects I set to be semi-transparent and are placed behind solid objects are still visible!!? If all objects are solid there is no problem. I thought the idea of transparency was it enabled me to see through transparent

[JAVA3D] A non-3D problem.....

2000-05-25 Thread David McCafferty
Hello, This is a non-3D Java question as we're at a dead end! We have a C application and part of this calls a piece of Java code. The problem is when we exit the Java - System.exit() destroys the whole C application, not just the Java and JVM and we need to find another way to release the sys

[JAVA3D]

2000-05-24 Thread David McCafferty
OK, forget that last one I forgot to set the stripCounts for the GeometryInfo... doh! <> David McCafferty.vcf

[JAVA3D] Generating Normals

2000-05-24 Thread David McCafferty
I am trying to generate normals for a polygon I have created, yet I am getting an error at the 'generateNormals()' line. The code is shown below, and works fine to create and display the object, it's just when I try and generate the normals I get a problem. Exception in thread "main" java.l

[JAVA3D]

2000-05-23 Thread David McCafferty
Hello, I'm new to Java 3D and I'm trying to build an interactive 3D-user interface. I've had no problem with displaying all the objects and moving through the universe. The problem I'm having is getting a reference to the object that has been picked - I am able to change the appearance of a pi