0
votes

when the camera approaches a part of the object and does not capture its center - the object view disappears.

Сamera when approaching when the center of the object is captured: enter image description here

Сamera when approaching when the center of the object is NOT captured: enter image description here

The object is a large treant, the center is indicated by a transparent circle. I use the 2D animation package to animate my treant, maybe this could be a problem

The main question is: How to make part of the object visible?

1

1 Answers

0
votes

You seem to be zooming the camera in . Most likely reason, therefore, is that the treant gets outside of camera frustum - it gets closer to the camera than is its NearClippingPlane.

Decrease the camera's Near Clipping Plane value.