queryProperties...
Posted by ThomasR on May 08, 2014; 6:07pm
URL: https://forum.jogamp.org/Java3D-1-6-crashes-JVM-tp4031293p4032297.html
We use queryProperties to obtain important information like the textureWidthMax and if non-power-of-two texture (NPOT) is supported by the graphics hardware. Many of the VisAD based applications like IDV, McIDAS-V, HYDRA and others need to render large, high-resolution Earth remote sensing imagery so it's critical that we get this correct information to initiate rendering by tiles if the data dimensions exceed the textureWidthMax (otherwise you get a crap grey box in your display). So please don't remove this, and if it's possible to make sure it's returning the correct information that would be extremely important. I think not supporting this would be a major show-stopper for others as well. How can we help?
Tom