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