Hi,
I just committed fixes for glSelect picking. Two new samples - GLSelectPickingRenderPassTest.java and GLSelectPickingViewTest.java - also committed to xith-tk. These two samples differ by the way how projection policy is switched (in View or RenderPassConfig). Now glSelect picking (both Parallel and Perspective projected) should be working fine in all configurations.
To use glSelect picking, use Canvas3D.pick*(…) methods, because of default View’s picking goes to PickingLibrary.
Another fix is a change to Shader State Updates. This solves “strange” appearance glitches that you might have in your apps after dynamic scene changes via by-reference access. At least one of the tests affected - Q3FlightBenchmark.java does not show up “flashing” textures anymore (it was the case before).
Yuri