Part of scene not showing.

Hi
Anyone know why objects would stop showing when one zooms “to close”? Obviosuly this would happen when one passes through objects, but this happens a lot earlier. It has happened before but I just never understood why and how one might change this. I only have a Car and Terrain in my scene more or less.

Thanks and regards!
/Jonatan

Perhaps the camera near plane is too far.

All you need to do is select the car and press “f” in the editor. This will “frame” the selection.

In computer graphics rendering, cameras always have a “view volume”- they only render what’s between a near and far clip plane. I think your editor camera’s near-clip value is set too far, probably due to how large your terrain is. Whenever you frame a selection in the editor, the editor camera re configures according to the scale of the object. Since the car is a much smaller object, the camera should adjust to have a more reasonable-sized viewing area.