Re: [JAVA3D] Source code, licensing, and deployment

2004-06-16 Thread Alessandro Borges
--- > From: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED] Behalf Of > John Wright > Sent: zaterdag 12 juni 2004 13:36 > To: [EMAIL PROTECTED] > Subject: Re: [JAVA3D] Source code, licensing, and > deployment > > > Lars, > > I too find it difficult

Re: [JAVA3D] Source code, licensing, and deployment

2004-06-16 Thread Lars van Gemerden
] Behalf Of John Wright Sent: zaterdag 12 juni 2004 13:36 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Source code, licensing, and deployment Lars, I too find it difficult to believe a "ban" could effectively be implemented. It's very easy to burn 4.7 Gig of data on a DVD and trans

Re: [JAVA3D] Source code, licensing, and deployment

2004-06-12 Thread John Wright
Sent: dinsdag 8 juni 2004 13:48 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Source code, licensing, and deployment The problem (as per my last discussion with Sun regarding this) is that we can not legally allow Java 3D to be downloaded (without being able to technically guarantee it isn't being do

Re: [JAVA3D] Source code, licensing, and deployment

2004-06-12 Thread Lars van Gemerden
--- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Behalf Of John Wright Sent: dinsdag 8 juni 2004 13:48 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Source code, licensing, and deployment The problem (as per my last discussion with Sun regarding this) is that we can not legally

Re: [JAVA3D] Source code, licensing, and deployment

2004-06-08 Thread John Wright
The problem (as per my last discussion with Sun regarding this) is that we can not legally allow Java 3D to be downloaded (without being able to technically guarantee it isn't being downloaded in a "banned" country). So if you are distributing on CD (and obviously not in a "banned" country) then it

Re: [JAVA3D] Source code, licensing, and deployment

2004-06-08 Thread M. Halpin
On Tue, 8 Jun 2004 09:17:41 +0100, Paul Brown <[EMAIL PROTECTED]> wrote: > >"Sun Microsystems allows vendors to distribute the Java 3D(TM) Runtime >environment with their Java programs" > >So what is the issue with regard to licencing and distribution? > According to people on this list, you can't

Re: [JAVA3D] Source code, licensing, and deployment

2004-06-08 Thread M. Halpin
> >looked at JOGL, which runs nicely on OS X, but not on Windows -- too many > > of the drivers included with Windows only support Direct3D. (Sure, you can > > usually get OpenGL-accelerated drivers from the manufacturer, but that's > > not exactly seamless either.) > That's completely false! It's

Re: [JAVA3D] Source code, licensing, and deployment

2004-06-08 Thread Paul Brown
From the Java3D 1.3.1 readme file: "Sun Microsystems allows vendors to distribute the Java 3D(TM) Runtime environment with their Java programs" So what is the issue with regard to licencing and distribution? Thanks, -Paul === T

Re: [JAVA3D] Source code, licensing, and deployment

2004-06-08 Thread Florin Herinean
-Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Behalf Of M. Halpin Sent: Montag, 7. Juni 2004 16:33 To: [EMAIL PROTECTED] Subject: [JAVA3D] Source code, licensing, and deployment >looked at JOGL, which runs nicely on OS X, but not on Windows --

Re: [JAVA3D] Source code, licensing, and deployment

2004-06-08 Thread Florin Herinean
--- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Behalf Of M. Halpin Sent: Dienstag, 8. Juni 2004 04:25 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Source code, licensing, and deployment > I have not seen this to be a problem with OpenGL. All windows boxes for > the last 3-4

Re: [JAVA3D] Source code, licensing, and deployment

2004-06-07 Thread M. Halpin
> I have not seen this to be a problem with OpenGL. All windows boxes for > the last 3-4 years have had good OpenGL drivers, even the laptops. What > windows boxes have you seen that don't come with openGL drivers installed? The problem seems to be widespread as far as I can tell; but that's not

Re: [JAVA3D] Source code, licensing, and deployment

2004-06-07 Thread Alan Hudson
M. Halpin wrote: If deployment is still going to be an issue, does anyone know if there are any alternatives? I looked at JOGL, which runs nicely on OS X, but not on Windows -- too many of the drivers included with Windows only support Direct3D. (Sure, you can usually get OpenGL-accelerated d

[JAVA3D] Source code, licensing, and deployment

2004-06-07 Thread M. Halpin
Hey all, Seeing as the Java3D source should hopefully be available very soon -- hope that's still on schedule -- will we finally have some resolution on the deployment issue? Will there be a binary we can have users seamlessly install, or will the new license permit us to create an automatic i

[JAVA3D] Source code of "Wirsindraus" little Java3D demo

2002-08-18 Thread Joachim Diepstraten
Hi As we promised here it is, the source code of the little self-running Java3D demo first shown at Assembly 2002 in Finland is now available for download. http://www.antiflash.net/java3d/wirsindraus_src.zip you still will need the data files from the release to get this running though. Have f

Re: [JAVA3D] Java3D source code

2002-03-07 Thread Illarramendi Amilibia, Aitor
Title: Java3D source code Ok. Thanks. -Original Message-From: Jacob Marner [mailto:[EMAIL PROTECTED]]Sent: jueves 7 de marzo de 2002 11:03To: [EMAIL PROTECTED]Subject: Re: [JAVA3D] Java3D source code As have been mentioned several times on this list already

Re: [JAVA3D] Java3D source code

2002-03-07 Thread Jacob Marner
Title: Java3D source code As have been mentioned several times on this list already:   Java3D 1.2.1_03 and Sun JDK 1.4.0 is not compatible.   Until java3D 1.2.1_04 is released either use Java3D 1.3 beta 1 or use Sun JDK 1.3.1.   Jacob Marner   - Original Message - From: Illarramendi

Re: [JAVA3D] Java3D source code

2002-03-07 Thread Illarramendi Amilibia, Aitor
Title: Java3D source code Hello Daniel:       I'm just trying to run your sample code's examples on my machine but I receive this message on some of the examples:   ERROR>extensionStr == nullERROR>wglCreateContext Failed: Controlador no válido. (No valid controller)E

Re: [JAVA3D] Java3D source code

2002-03-05 Thread Daniel Selman
Title: Java3D source code Mike,   I have some samples here: http://www.manning.com/selman   Sincerely,   Daniel Selman   -Original Message-From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Mike GoldwaterSent: Tuesday, March 05, 2002 1:03 AMTo

Re: [JAVA3D] Java3D source code

2002-03-05 Thread Mona Wong
Hi Mike: > Is there a reliable source code listing of Java3D? I wish to write an > extension of Mouse behavious and would like some guidance. Sun's Java 3D installation comes with demos which works ... I think that's reliable. Also, you can checkout: http://www.external.hrp.no

[JAVA3D] Java3D source code

2002-03-04 Thread Mike Goldwater
Title: Java3D source code Hi, Is there a reliable source code listing of Java3D? I wish to write an extension of Mouse behavious and would like some guidance. Regards Mike Mike Goldwater Auric Hydrates Ltd 26, Sandal Road New Malden Surrey KT3 5AP Work: 020 8949 0353 Home:020

Re: [JAVA3D] Source code

2001-10-10 Thread Guang Bin Liu
Joachim: Thank you for your great information. Best, Guang Bin Liu >From: Joachim Diepstraten <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [JAVA3D] Source code >Date: Wed, 10 Oct 2001 10:47

Re: [JAVA3D] Source code

2001-10-10 Thread Joachim Diepstraten
Hi > Could it be possible to get the source code of SimpleUniverse.java? Thank > youa lot! Aehm have you looked into your jdk directory. There is a file called java3d-utils-src.jar. (Of course if you installed the Java3D SDK Version and not just the plain JRE Version) EOF, J.D. -- Jmark2k+1 (

[JAVA3D] Source code

2001-10-10 Thread Guang Bin Liu
Hi Every One: Could it be possible to get the source code of SimpleUniverse.java? Thank youa lot! Guang Bin Liu VTHRC University of Queensland Brisbane, Qld 4067 Australia Phone: 61 7 3365 4072 Fax: 61 7 3365 4522 emial: [EMAIL PROTECTED] _

Re: [JAVA3D] Source code

2001-01-04 Thread Justin Couch
On Thu, 4 Jan 2001, Paulo Soares wrote: > I would like to know where i could find the source code for the Java3d 1.2 API http://www.j3d.org/faq/running.html#source -- Justin Couch Author, Java Hacker Software Architect [EMAIL PROTE

[JAVA3D] Source code

2001-01-04 Thread Paulo Soares
Hi, I would like to know where i could find the source code for the Java3d 1.2 API I pretend to extend same behaviors but i would like to have full acess to the prior implementation.   Thanks   Paulo

[JAVA3D] Source code for core J3D

2000-09-19 Thread Manu Eapen Varghese
Hello, Quite a bit of the javax.media.j3d.* and javax.vecmath.* classes would probably be implemented as native code. Still, is the Java source code for those classes available anywhere ? Any amount, however small, of non-native code would be helpful. Thanks in advance, Regards, Manu.

Re: [JAVA3D] Source Code

1999-11-15 Thread Vladimir Olenin
Are the collision detection source codes also included somewhere in the jar LS> file as well? I can't find them!! LS> Sunny >> -Original Message- >> From: Hai Ning [SMTP:[EMAIL PROTECTED]] >> Sent: Tuesday, November 16, 1999 4:57 PM >> To: [EMAIL PROTECTED]

Re: [JAVA3D] Source Code

1999-11-15 Thread Leung, Sunny
Are the collision detection source codes also included somewhere in the jar file as well? I can't find them!! Sunny > -Original Message- > From: Hai Ning [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, November 16, 1999 4:57 PM > To: [EMAIL PROTECTED] > Subject: Re:

Re: [JAVA3D] Source Code

1999-11-15 Thread Hai Ning
on list for Java 3D API >> [mailto:[EMAIL PROTECTED]]On Behalf Of Hai Ning >> Sent: Monday, November 15, 1999 11:49 PM >> To: [EMAIL PROTECTED] >> Subject: [JAVA3D] Source Code >> >> >> can some on help me with this one? >> >> where can i find the s

Re: [JAVA3D] Source Code

1999-11-15 Thread Ron Timbol
I believe it's in a jar file in your installation directory. > -Original Message- > From: Discussion list for Java 3D API > [mailto:[EMAIL PROTECTED]]On Behalf Of Hai Ning > Sent: Monday, November 15, 1999 11:49 PM > To: [EMAIL PROTECTED] > Subject: [JAVA3D] Source

[JAVA3D] Source Code

1999-11-15 Thread Hai Ning
can some on help me with this one? where can i find the source code for j3d util classes? it is presumablly at sun's site. but i can not find it. many thanks!!! -hai === To unsubscribe, send email to [EMAIL PROTECTED] and

[JAVA3D] Source Code

1999-11-15 Thread Hai Ning
where can i find the source code for j3d util classes? it is presumablly at sun's site. but i can not find it. thanks -hai === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff