Contents

nearVisibilityDistance

The camera’s near depth limit.

Declaration

var nearVisibilityDistance: Float { get set }

Discussion

The near value determines the minimal distance between the camera and a visible surface. If a surface is closer to the camera than this distance, the surface is clipped and does not appear.

See Also

Managing Camera Perspective