GL.Frustum(Single, Single, Single, Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glFrustumf", Version="1.1")]
public static void Frustum (float left, float right, float bottom, float top, float zNear, float zFar);
static member Frustum : single * single * single * single * single * single -> unit
Parameters
- left
- Single
- right
- Single
- bottom
- Single
- top
- Single
- zNear
- Single
- zFar
- Single
- Attributes