Version: 2020.1
言語: 日本語
public static void LoadIdentity ();

説明

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.