Rendering disappears when zooming out

Hi !
I found out that when I’m zooming out from my scene, the meshes disappear from the rendering and I don’t know what causes that.
I’d like to be able to zoom out infinitely without losing my meshes.
Is it possible to do something like that and if yes, how can I do it?

Thanks for your answers! :grinning_face_with_smiling_eyes:
Lyzo

This is related to camera’s clipping plane. You can set the value to a larger number such as camera.maxZ = 100000; and it should work for you.

2 Likes