Version: 2021.1
언어: 한국어

GL.MultMatrix

매뉴얼로 전환
public static void MultMatrix (Matrix4x4 m);

설명

Sets the current model matrix to the one specified.

The model matrix is typically the local-to-world matrix of the object being drawn.

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.