---
title: far
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/perspectivecameracomponent/far
---

# far

The maximum distance in meters from the camera that the camera can see.

## Declaration

```swift
var far: Float
```

## Discussion

Discussion The value defaults to infinity. Use a value greater than the value of near. The renderer clips any surface beyond the far point.

## See Also

### Setting focal points

- [near](realitykit/perspectivecameracomponent/near.md)
