Check if the point is visible

Since you want to do a selection, maybe this snippet could help you. It uses a simple glsl shader for picking objects and could probably easily be enhanced to work for a region rather than only the mouses position. It’s also faster than using collision rays. It does require a property on each pickable object but I guess that needs to be done in most any cases anyways to make things selectable.

1 Like