GPU Picker issue

From time to time when using GPUPicker I have this error in the console:

Cannot set properties of null (setting 'renderList') at _pickingTexure.onAfterRender [as callback]


Here only the wooden chair is pickable, but even if all meshes are pickable, the issue still persist without any apparent pattern - just from time to time.

I had this once. I made a extra null check in the routine. It had to do with clicking through the open areas and resulted in no mesh. Maybe this will stabilize it and makes debugging easier.

1 Like

Thanks for the suggestion, I did this already but with no effect.
The room is closed. Anyway, it happens even when I am moving pointer over the floor only.

can you repro somehow so I can have a look?

1 Like

The problem is solved after updating from 7.10 to 7.25.1.
The working repro is here - BABYLON :slight_smile:

3 Likes

Huge!

1 Like