Re: J3D and JOGL runtime ver. check...and odd msg.
Posted by
Sven Gothel on
Jan 13, 2014; 10:38pm
URL: https://forum.jogamp.org/J3D-and-JOGL-runtime-ver-check-and-odd-msg-tp4031195p4031198.html
On 01/13/2014 10:05 PM, LordSmoke [via jogamp] wrote:
> This seems as if it should be trivial, but a search produced nothing obviously
> useful.
>
> Given, my JOGL/J3D interaction is only through SimpleUniverse in Java3D...
>
> 1) Is there a way to get the Java3D version info
> 2) Is there a way to get the JOGL version info
Use com.jogamp.opengl.JoglVersion
<
http://jogamp.org/wiki/index.php/Jogamp_Versioning_and_Releases#Runtime_Version_Check>
~Sven