Skinning: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (cleanup)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}
In Source, '''Skinning''' - also known as ''[[UV mapping]]'' or ''[[Texture mapping]]'' - is the process of aligning each polygon of the [[Mesh]] to a specific area of its 2D [[Skin]] - or vice versa. The resulting '''Skinning data''' or ''[[UV map]]'' is simply a pair of UV coordinates for each and every Vertex in the Mesh. The Rendering Engine uses this Mesh data and a [[Skin.vmt]] file to render the Skin's pixel-surface in 3 dimensions.
 
*''Skinning'' is sometimes used to refer to linking a Mesh to its [[Skeleton]], although ''[[Enveloping]]'' is the preferred term for this.


'''Skinning''' is applying a texture to an unwrapped model. This adds color, texture and modifies the overall appearance of a model. Sometimes skinning is also used to refer to linking the model to its skeleton, although ''rigging'' is the proper term for that.


== External links ==
== External links ==
Line 7: Line 8:
* [http://www.adobe.com/products/photoshop/main.html Adobe Photoshop] - the most used program in skinning.
* [http://www.adobe.com/products/photoshop/main.html Adobe Photoshop] - the most used program in skinning.


[[Category:Modeling]]
 
[[Category:Source]][[Category:Modeling]][[Category:Glossary]]

Latest revision as of 19:35, 8 April 2023

In Source, Skinning - also known as UV mapping or Texture mapping - is the process of aligning each polygon of the Mesh to a specific area of its 2D Skin - or vice versa. The resulting Skinning data or UV map is simply a pair of UV coordinates for each and every Vertex in the Mesh. The Rendering Engine uses this Mesh data and a Skin.vmt file to render the Skin's pixel-surface in 3 dimensions.

  • Skinning is sometimes used to refer to linking a Mesh to its Skeleton, although Enveloping is the preferred term for this.


External links

  • Sourceblog - a great resource for tutorials and information on skinning.
  • Adobe Photoshop - the most used program in skinning.