Xith regression from SVN #3

In my scenegraph I have twp branches added to the top branchgroup, one is pick enabled and one is not. As I move the mouse around, which is performing pick operations as it moves, the non pick group appears/disappears as I move the mouse. This is NEW but I do not have a test example.

Well, even if it should be easier for you to provide a test example, that it will be for me, I’ll crete one and check it. Thanks for the hint.

Marvin

Are you picking with PickingLibrary or Canvas3D.pick*() ?

Marvin

I think, it has to something to do with Frustum culling. I guess the scene is not reculled after the picking is done. I’ve added fix, to force it. Please check, if it did the trick.

Marvin