Version: 2020.3
언어: 한국어

GL.LoadIdentity

매뉴얼로 전환
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.