Find if a Point/Model is rendered or not

Hi!

Is there any way to find out if a point/model is being rendered or not?

I’m doing a “Show All” feature for my game and I have calculated the points and dimensions of all the models in the scene. Now, I want to zoom out the camera till all of them are visible on the screen.

So I was wondering if there was a way to check if points or models are being rendered or not.

Thanks

I’m not sure if this is exactly what you are after, but I had a similar question on the forums a while ago and I was directed to this function:

panda3d.org/apiref.php?page=Camera#isInView

Maybe that will help