xyz I'm working on a level selector where each button displays a preview of a level. However, generating 100 previews simultaneously is slow, especially since it's in 3D. Therefore, I want to determine which buttons are currently visible on the screen and only create the preview for those.