Normals HELP

Started by
0 comments, last by Name_Unknown 18 years, 9 months ago
Hi, Can someone please try to explain normals to me. What are they, and how in the world would i calculate them using polygonal data. I really do not understand tbis. Thanks a ton. Levi
Advertisement
Normals are a direction vector that points in the direction of a surface. Think of a plane, the normal of the plane is a vector pointing the direction the plane is facing.

You need them to do collision detection and to do lighting. To get a normal of a plane you take the cross product of two vectors lying on the plane. The cross product gives you the normal vector. The direction is important depending on which way it is pointing out.
"It's such a useful tool for living in the city!"

This topic is closed to new replies.

Advertisement