spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / 3d / glossary / normal

Developer News
ActiveState Debuts Open Source Business Suite
Salesforce Offers Visual App Builder
Codesion Steps Out From CVS's Shadow

Normal

A flat polygon situated in 3-D Coordinate Space necessarily has an orientation. It faces some unique direction. An imaginary ray pointing out from the surface of the polygon, and perpendicular to that surface, is called the normal of the polygon.

As there will always be two normals, one on each side of the surface, and pointing in opposing directions, the choice of the side from which the normal projects defines the front or "face" of the polygon. In 3-D computer graphics, as opposed to the physical world, it is usual for a polygon to have only one face or side, and therefore only one normal. This is because polygons are typically used to create a closed mesh representing the surface of a 3-D object and the back side of the polygon is therefore hidden inside the object. To save render time, polygons are kept single-sided and the normal projects from only the exposed face. However, occasionally it is necessary to create double-sided polygons that have normals pointing from both sides, and which therefore can be rendered from both sides as the different sides come into view during the course of an animation. The face side of a polygon is typically established in a Model file by the order in which the vertices of the polygon are listed, clockwise or counterclockwise around the facing (normal) side.

Normals can be associated not only with the flat surfaces of the polygons, but also with the individual points that make up the vertices where polygons meet on the surface of a model. This technique is used in rendering to create the appearance of curved surfaces rather that flat, faceted sides. Such vertex normals can be directly assigned in the model file, but are usually computed during rendering by averaging the normals of the adjacent polygons. This rather subtle idea is described and illustrated in the Lesson 3 tutorial.


Comments are welcome



The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

webref The latest from WebReference.com Browse >
Use Web Caching to Make Your Web Site Faster · Creating an Online Shopping Cart Mechanism in PHP · Log JavaScript Errors Using an AJAX-driven Web Service
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Configuring Granular Settings for a Database Level Audit · The Perils of a Web 2.0 Transition on Your Business Processes · Facebook Redesigns Site —Again — Nears 400M Mark

 


Created: Mar. 11, 1997
Revised: Mar. 11, 1997

URL: http://webreference.com/3d/glossary/normal.html