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 you can call SimpleUniverse, Canvas3D etc...

Alessandro

__________________________________________________
Converse com seus amigos em tempo real com o Yahoo! Messenger
http://br.download.yahoo.com/messenger/

===========================================================================
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".

Reply via email to