Far

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 viewpose is defined either by ViewPose or its fallback 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 viewpose 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.

Format

Number

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

Default

10000