[JAVA3D] Setting the color of an IndexedLineArray.

2005-06-23 Thread Eli Dylan Lorimer
Hello J3D folks,I've got an IndexedLineArray defined as such:IndexedLineArray trajectory = new IndexedLineArray(8, IndexedLineArray.COORDINATES | IndexedLineArray.COLOR_4, 24);        trajectory.setCoordinate( 0, new Point3f( 0.0f, -0.5f, 0.0f));trajectory.setCoordinate( 1, new Point3f( -0.25f, -0.

[JAVA3D] openGL/directX selection via webstart

2005-06-23 Thread Dmitri Darin
Hi, Is there any way to explicitly choose OpenGL (or DirectX) using WebStart .jnlp file? I searched the Web, but I could not find any answer... Best regards, Dmitri CMBN University of Oslo === To unsubscribe, send email to

Re: [JAVA3D] openGL/directX selection via webstart

2005-06-23 Thread John Wright
Dmitri, I do NOT think so. Webstart has some significant limitations. I (strongly) dislike webstart and I'm not a webstart expert so perhaps someone else can give you a better answer. - John Wright Starfire Research Dmitri Darin wrote: Hi, Is there any way to explicitly choose OpenGL (or Di

Re: [JAVA3D] openGL/directX selection via webstart

2005-06-23 Thread Todd J.
Simmer down now... It's possible and would simply require separate .jnlp files (and associated resources) to be configured for either OpenGL or DirectX. The DirectX file would have to specify OpenGL resources, of course, for those platforms that don't support DirectX (such as OS X or Linux). Th

Re: [JAVA3D] openGL/directX selection via webstart

2005-06-23 Thread Thierry Milard
This should be also be usefull for me. By the way I really don't understand John wright's "dislike" of "java web start" API. Honestly over the last year and a half I have seen so many people, on this java3D mailing list, giving url links to their demo of their 3D project with java3D ... BUT that n