This is a redo of one of the regressions I posted previously.
And just as I said in the other thread, an example would help a lot

.
I have determined whenever I do a pick, either old school or as described in th XIN, I see what appears to be a single frame flash ( on / off) of all of the non-pickable objects in the scene.
Basically...
1 - scene renders correctly
2 - make any kind of pick call and non-pickable object sdisappear, pickable ob=jects remain
3 - once pick is complete all objects render
Walking the code a bit I see where in Canvas3D there are some single scene render calls made when a pick is called. I wonder if something is requiring all of the objects to be picked to be render in this mode. I am unfamiliar with this part of Xith. Any thoughts appreciated.
Note : In older versions of Xith this does no happen.

I reworked the whole picking code in Canvas3D, CanvasPeer(Impl), etc. This what was called "old-school" picking and works with "GLSelect". It was just way too slow and PickingLibrary was much more comfortable and faster. Now GLSelect picking should be faster and at least as comfortable as PickingLibrary picking and should be the preferred way. Well long story short sense, it can be, that this error is new in current xith version. The render call is necessary, because the actual picking is done by OpenGL. It is not a real rendering, but done in a similar way.
Please, send me an example, where the error occurrs. I haven't seen it so far.
Marvin