Version: 2019.2

GL.LoadIdentity

Switch to Manual
public static void LoadIdentity ();

Description

Загрузить единичную матрицу в текущую modelview матрицу.

This function overrides current camera's view parameters, so most often you want to save and restore matrix using GL.PushMatrix and GL.PopMatrix.

See Also: GL.MultMatrix.