Answers

Question and Answer:

  Home  Unity 3D Developer

⟩ Please explain why Vectors Should Be Normalized When Used To Move An Object?

Normalization makes the vector unit length. It means, for instance, that if you want to move with speed 20.0, multiplying speed * vector will result in a precise 20.0 units per step. If the vector had a random length, the step would be different than 20.0 units.

 181 views

More Questions for you: