[JAVA3D] other java3d lists

2004-01-19 Thread Gregory Gimler
Is there another Java3D list or another contact I can use to send questions to about the Java3D API? I haven't had much luck getting any response to previous posts. Thanks. -Greg ==

[JAVA3D] Java 3D FAQ Weekly Posting (19 Jan 2004)

2004-01-19 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday January 19 2004 This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If th

[JAVA3D] Java3D and JMF

2004-01-19 Thread Mircea Popovici
Hi everyone, In an Java3D application we have tryied to include an JMF frame and objects with behavours (using Windows as OS). We have tried JMStudio SUN demo in the same time with a Java3D animation and both of them have turned to 1 frame per 30 seconds instead of 30 frames per second. We have al

Re: [JAVA3D] Switch failing with SharedGroup

2004-01-19 Thread Nikolai V. Chr.
Mark McKay wrote: This Switch node would be set to be type CHILD_MASK, and I would pass in a BitSet every few milliseconds to set which of my dots should be visible and which should not. I think that everytime you change the bitmask you probably also have to call setWhichChild(CHILD_MASK) afterwa