zFar property

double? zFar
final

The floating-point distance to the far clipping plane. When defined, zFar MUST be greater than zNear. If zFar is undefined, client implementations SHOULD use infinite projection matrix.

Implementation

final double? zFar;