Re: queryProperties...
Posted by hharrison on May 12, 2014; 11:07pm
URL: https://forum.jogamp.org/Java3D-1-6-crashes-JVM-tp4031293p4032323.html
Some of those properties have been hard-coded at this point as they no longer have any internal function....I will produce a mapping of what properties are actually being queried, and what is being called on the jogl side (I started that awhile ago, will fisih and get it over to you)
It's a bit tricky because the query can come from the Java3D main thread, but it can also be called from user code before Java3d is even initialized.
I'll open a Java3d issue this week with whatever I have.
Harvey