---
title: far
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/orthographiccameracomponent/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 1000.0. 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/orthographiccameracomponent/near.md)
