Skinning: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:


'''Skinning''' is applying a texture to a Unwrapped model. This adds color, texture and looks to a model.
'''Skinning''' is applying a texture to a Unwrapped model. This adds color, texture and looks to a model.
[[Shader_Types_and_Parameters|Shaders]] can be applied to the skin or [[Texture]]


== Utilities ==
== Utilities ==
* [http://www.adobe.com/products/photoshop/main.html Adobe Photoshop]—Most used program in skinning.
* [http://www.adobe.com/products/photoshop/main.html Adobe Photoshop]—Most used program in skinning.
* [http://nemesis.thewavelength.net/index.php?c=154#p154 VTFphotoshop Plugin]— Great tool for photoshop users.
* [http://nemesis.thewavelength.net/index.php?c=149#p149 VTFEdit, VTFLib]—Common source tool.
* [[VTFTool]]—This tool is used for easy conversion of TGA to VTF or VTF to TGA.

Revision as of 10:47, 15 October 2005

Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.

Stub

This article or section is a stub. You can help by expanding it.

Skinning is applying a texture to a Unwrapped model. This adds color, texture and looks to a model.

Utilities