Extend the GPU picking feature with bounding sphere culling.
Each frame compute mip maps of the depth buffer, test a mesh bounding sphere occlusion with the mipmap level corresponding to its size.
Reproject 2D positions using delta camera orientation. Use previous frame depth + reprojection.
2 Likes