GL.LoadIdentity

Switch to Manual
public static void LoadIdentity ();

Description

Load an identity into the current model and view matrices.

Changing the model, view or projection matrices overrides the current rendering matrices. It is good practice to save and restore these matrices using GL.PushMatrix and GL.PopMatrix.

See Also: GL.MultMatrix.