Normal: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (linked the german translation)
mNo edit summary
Line 1: Line 1:
{{otherlang2
{{lang|Normal}}
|de=Normal:de
}}
* A '''normal''' is a [[float]] value between 0 and 1 that often represents a percentage.
* A '''normal''' is a [[float]] value between 0 and 1 that often represents a percentage.
* A '''normalised [[vector]]''' is one with a length of 1.
* A '''normalised [[vector]]''' is one with a length of 1.
* A '''vertex normal''' defines the "front" of that vertex, determining among other things how much lighting it receives from a given angle.
* A '''vertex normal''' defines the "front" of that vertex, determining among other things how much lighting it receives from a given angle.
* '''[[Normal mapping]]''' is a technique in which vertex normals are modified per-[[texel]] by a special texture, creating the impression of extra depth.
* '''[[Wikipedia:Normal mapping|Normal mapping]]''' is a technique in which vertex normals are modified per-[[texel]] by a special texture, creating the impression of extra depth.


[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 22:27, 7 June 2021

English (en)Deutsch (de)Português do Brasil (pt-br)Русский (ru)Translate (Translate)
  • A normal is a float value between 0 and 1 that often represents a percentage.
  • A normalised vector is one with a length of 1.
  • A vertex normal defines the "front" of that vertex, determining among other things how much lighting it receives from a given angle.
  • Normal mapping is a technique in which vertex normals are modified per-texel by a special texture, creating the impression of extra depth.