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
The normals are supposed to be used as a direction vector only. They are used for lighting computation, which requires normalized normal vectors.