Posts tagged surface normal
Normals in Geometry & Computer Graphics

Normals are vectors in computer graphics that define the exterior surface of a geometry and the direction the surface is facing. Normals may also be called “Surface Normals”, but usually are referred as “normals”, are used in 3D applications to help render the polygon on the screen by distinguishing the front and back side of each primitive.

Read More