Version: 2017.3
public static void LoadIdentity ();

説明

現在の 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.