SetTRS

Matrix4.SetTRS method

Initierar matrisen med translation/rotation/scale

public void SetTRS(Vector3 translation, Vector3 rotation, Vector3 scale)
ParameterTypBeskrivning
translationVector3Översättning.
rotationVector3Euler-vinklar för rotation, fält är i grader.
scaleVector3Skala.

Se även