> Date: Thu, 20 Dec 2001 09:21:26 -0600 > From: Alex Terrazas <[EMAIL PROTECTED]> > > You need to use jdk version 1.4.0-beta3 in order have java recognize > your dual headed beast..... >
Also Java 3D version 1.3 beta 1 or later is required to use the multi-screen information supplied by the new JDK. This restriction only applies to multiple screens which are aggregated by the window system or driver into one large virtual screen. If the screens are independent (i.e., you can't move windows from one screen to another and they aren't addressable in a single contiguous pixel space) then Java 3D 1.2 with JDK 1.3.1 should work fine. -- Mark Hood > -----Original Message----- > From: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]On Behalf Of Jack Gundrum > Sent: Thursday, December 20, 2001 9:18 AM > To: [EMAIL PROTECTED] > Subject: [JAVA3D] MultiScreens > > > Hi, > > I have a question that hopefully Mark Hood or someone else can answer. I > am using a > FireGL 4 card with dual heads. Java ones detects 1 GraphicsDevice (a large > 2048 x 768 screen over 2 screens). > The 8 x 6 foot screens I am using are at a 45 degree alignment to each > other. > > I would like to set up the screens using > setTrackerBaseToImagePlate(Transform3D t) which I have done > before with 2 video cards but I cant do now because I only have 1 > GraphicsDevice. > > My boss who bought the FireGL 4 thinks this can be done no problem. Any > Ideas? > > > > Jack S. Gundrum > Visualization Group > Center for Academic Computing > Penn State University > Email:[EMAIL PROTECTED] > Phone:(814)865-1863 -=- MIME -=- This is a multi-part message in MIME format. ------=_NextPart_000_0024_01C18937.B3628770 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Jack- You need to use jdk version 1.4.0-beta3 in order have java recognize your dual headed beast..... Alex -----Original Message----- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Jack Gundrum Sent: Thursday, December 20, 2001 9:18 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] MultiScreens Hi, I have a question that hopefully Mark Hood or someone else can answer. I am using a FireGL 4 card with dual heads. Java ones detects 1 GraphicsDevice (a large 2048 x 768 screen over 2 screens). The 8 x 6 foot screens I am using are at a 45 degree alignment to each other. I would like to set up the screens using setTrackerBaseToImagePlate(Transform3D t) which I have done before with 2 video cards but I cant do now because I only have 1 GraphicsDevice. My boss who bought the FireGL 4 thinks this can be done no problem. Any Ideas? Jack S. Gundrum Visualization Group Center for Academic Computing Penn State University Email:[EMAIL PROTECTED] Phone:(814)865-1863 ------=_NextPart_000_0024_01C18937.B3628770 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Dus-ascii" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.3103.1000" name=3DGENERATOR></HEAD> <BODY> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN = class=3D370042015-20122001>Hi=20 Jack-</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D370042015-20122001></SPAN></FONT> </DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN = class=3D370042015-20122001>You=20 need to use jdk version 1.4.0-beta3 in order have java=20 recognize</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN = class=3D370042015-20122001>your=20 dual headed beast.....</SPAN></FONT></DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D370042015-20122001></SPAN></FONT> </DIV> <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20 class=3D370042015-20122001>Alex</SPAN></FONT></DIV> <BLOCKQUOTE style=3D"MARGIN-RIGHT: 0px"> <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT = face=3DTahoma=20 size=3D2>-----Original Message-----<BR><B>From:</B> Discussion list = for Java 3D=20 API [mailto:[EMAIL PROTECTED]]<B>On Behalf Of </B>Jack=20 Gundrum<BR><B>Sent:</B> Thursday, December 20, 2001 9:18 = AM<BR><B>To:</B>=20 [EMAIL PROTECTED]<BR><B>Subject:</B> [JAVA3D]=20 MultiScreens<BR><BR></DIV></FONT>Hi,<BR><BR>I have a question that = hopefully=20 Mark Hood or someone else can answer. I am using a <BR>FireGL 4 card = with dual=20 heads. Java ones detects 1 GraphicsDevice (a large 2048 x 768 screen = over 2=20 screens).<BR>The 8 x 6 foot screens I am using are at a 45 degree = alignment to=20 each other. <BR><BR>I would like to set up the screens using=20 <B>setTrackerBaseToImagePlate</B>(<FONT=20 color=3D#0000ff><U>Transform3D</FONT></U> t) which I have done = <BR>before with 2=20 video cards but I cant do now because I only have 1 GraphicsDevice. = <BR><BR>My=20 boss who bought the FireGL 4 thinks this can be done no problem. Any=20 Ideas?<BR><BR><BR> <DIV>Jack S. Gundrum</DIV> <DIV>Visualization Group</DIV> <DIV>Center for Academic Computing</DIV> <DIV>Penn State University</DIV> <DIV>Email:[EMAIL PROTECTED]</DIV> <DIV>Phone:(814)865-1863 </DIV></BLOCKQUOTE></BODY></HTML> ------=_NextPart_000_0024_01C18937.B3628770-- =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
