I have two questions regarding InputDevices/Sensors :
1.) The last sentence in the API-doc for javax.media.j3d.Sensor is :
"Unfortunately, tracker or sensor hardware may not always be available or be
operational.
Thus, Java 3D provides both an available and an enable flag on a per-sensor basis.
I've found the x3d package and I'm using it for VRLM loader, but i can't
find Documentation and licence conditions.
Where can i found them?
Does exist any other package to use for importing VRML code?
Thank you,
Ale.
Hello,
In my program i´m using the j3d utility classes to
render cones, spheres and other shapes.
My question is:
is it possible to change the
size of one of these objects in real time?
I´m placing them under a Transform Group and using
it to do this, but what i wanna do is change th
Hi Everyone
Has anyone had the following error when trying to add a PointSound node to the scene
graph?
I get this about 50% of the time. (It works the other 50% of the time)
java.lang.IndexOutOfBoundsException: Index: 2, Size: 1
at java.util.ArrayList.add(ArrayList.java:354)
a