[JAVA3D] Java 3D FAQ Weekly Posting (13 Nov 2000)

2000-11-12 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday November 13 2000 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

Re: [JAVA3D] Using Linux Java3D and IBM JDK.

2000-11-12 Thread Juergen Kreileder
> "Joe" == Joe Kiniry <[EMAIL PROTECTED]> writes: Joe> Has anyone had any success with using the Linux Java3D port Joe> and the IBM JDK 1.3? We haven't done any Java3D testing with IBM's 1.3, so I can't comment on that. Joe> We're interested because this VM has the highest perfo

[JAVA3D] Using Linux Java3D and IBM JDK.

2000-11-12 Thread Joe Kiniry
Has anyone had any success with using the Linux Java3D port and the IBM JDK 1.3? We're interested because this VM has the highest performance (for our benchmarks) of any VM available, thus we are very interested in seeing it work well (or at all) with Java3D. Currently we are having success with

Re: [JAVA3D] Background color

2000-11-12 Thread Carl Smotricz
Hello Boris, There's a Background node that you can hook into your Scene Graph and which lets you control what is seen as the background of the scene. Check out the documentation for javax.media.j3d.Background . Hope this helps, -Carl- At 08:40 12.11.00 , you wrote: >Hello! > >Does everybody k