This is a redo of one of the regressions I posted previously. 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. :’(