C# predict rotation by an angular velocity

42

C# predict rotation by an angular velocity -

bestGuessRotation *= Quaternion.Euler(angularVelocity * Time.deltaTime);

Comments

Submit
0 Comments