Re: [JAVA3D] Displaying on another screen

2004-07-05 Thread hterrolle
What do you means exactly by "multiple screen device". Does new motherboard card support multiple screen ? Or you means multiple Window with the same image of canvas. Thanks -Message d'origine- De : Alessandro Borges <[EMAIL PROTECTED]> Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date : lun

Re: [JAVA3D] Displaying on another screen

2004-07-05 Thread Frederic Barachant
Yes. some matrox cards support up to 4 screens. i've seen a 16 screens machine in a company i work for. (simulation field) My laptop currently has two screens. This is now a relatively common feature. At 05/07/2004 10:19:00, you wrote: >What do you means exactly by "multiple screen device". Does

Re: [JAVA3D] Setting the appearance on the top side of a cylinder

2004-07-05 Thread Juan Carlos Bermudez
Hi everyone, hi Alessandro, problem is, I want that the picture defining the texture will tile enough times, as to create the impression the texture is a good plain piece of turf, or a street formed of little pebbles packed together. After I have set the capability for auto-generating texture

[JAVA3D] Java 3D FAQ Weekly Posting (05 Jul 2004)

2004-07-05 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday July 5 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 there

[JAVA3D] MouseEvent time

2004-07-05 Thread Omolola Ijeoma Ogunyemi
Hi, This isn't really Java3D specific but I'm hoping someone can help. I have some Java 3D code that makes use of the time a mouse event occurred (using the getWhen() method of MouseEvent) and compares it to the approximate time a behavior was triggered (using System.currentTimeMillis()). I change