(Far)

The clipping plane distance from the camera pose in viewing direction.

This parameter has different restrictions depending on whether the (Camera) parameter is set or not.

Telecentric Projection

If (Camera) is not set, a telecentric projection is used and the view pose is defined by (ViewPose). The Far parameter then specifies the maximum distance to the ViewPose above which surface elements are excluded from the depth map. This can be used to exclude the working plane from the depth view.

Perspective Projection

If (Camera) is set, the perspective projection and view pose of the specified camera will be used. The Far parameter then defines the far clipping plane of the perspective projection. Any surface further away from the camera will be discarded.

Note

The Far parameter must be positive if the perspective projection is used, otherwise a “ParametersInvalid” error will be thrown.

JSON Format

Type

Number

Default Value

10000