Adjust the camera's FOV Correctly

I created a linear transform for the camera,

and when I moved horizontally,

as shown in the picture,

the object suddenly disappeared.

I knew that when the camera was too close to the object,

it would be out of the FOV,

but when I lengthened the distance, the object should be smaller and smaller,

not suddenly disappear.

Friends, can anyone explain it for me?

1

It’s probably the clipping range.

Try something like this:

1 Like

Thank you very much for your real-time reply,Mr Pieper

I will try :+1: