zFar property
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;
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.
final double? zFar;