Re: [JAVA3D] openGL/directX selection via webstart

2005-06-24 Thread Alessandro Borges
In can ask your user at application start-up In your bootstrap class check if you are under Windows, then open pop-up a JOption Pane asking user to choose D3D or OpenGL renderer. Then set System.setProperty("j3d.rend","d3d") for D3D or System.setProperty("j3d.rend","ogl") for OpenGL After that yo

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

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 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

[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