Login  Register

J3D and JOGL runtime ver. check...and odd msg.

Posted by LordSmoke on Jan 13, 2014; 9:05pm
URL: https://forum.jogamp.org/J3D-and-JOGL-runtime-ver-check-and-odd-msg-tp4031195.html

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

and somewhat related

3) I am getting the following printout on the console at startup:

3D [dev] 1.6.0-pre9-daily-experimental daily

I vaguely recall that I did something for this to appear, but maybe not. I have traced all the startup code, but I just don't see where or what I might have done. Anyone know where this is coming from or what call, if any, I might be making to generate it?

TIA, LS