Click or drag to resize

gl.GetDepthRange Method

Gets the near and far clipping planes.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void GetDepthRange(
	out float nearVal,
	out float farVal
)

Parameters

nearVal
Type: System.Single
is set to the mapping of the near clipping plane.
farVal
Type: System.Single
is set to the mapping of the far clipping plane.
Remarks
OpenGL API: glGetFloatv(GL_DEPTH_RANGE)
See Also