3d Object Clipping [Solved]
I'm trying to create an object that envelops the user (in this case an elevator). The elevator model has to be very large to make it look believable and I noticed that the model starts clipping if it reaches a certain distance from the camera:
Is this parameter adjustable or a hard coded limitation?
Thanks,
Sava
Hi Sava, select your Camera object in the objects panel. In the Inspector panel, change the camera's Far settings to a large number (e.g. 100,000). The far plane limits how far the camera will render. Setting it to a large number will allow it to render everything. Hope this helps!