What is the need for normalizing a vector?

前端 未结 6 971
小鲜肉
小鲜肉 2020-12-23 16:37

Trying to understand vectors a bit more.

What is the need for normalizing a vector?

If I have a vector, N = (x, y, z)

What do you actually get when y

6条回答
  •  既然无缘
    2020-12-23 17:07

    The normals are supposed to be used as a direction vector only. They are used for lighting computation, which requires normalized normal vectors.

提交回复
热议问题