GL.LoadIdentity

Cambiar al Manual
public static void LoadIdentity ();

Descripción

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.