Texture: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (removed note...there are instances where you do use textures)
(cleanup)
Line 1: Line 1:
A '''texture''' is an image used to create a [[material]] in the [[Source]] engine. Textures are generally created as [[TGA]] files, and then converted to the [[VTF|Valve Texture Format]] for reference by a material. [[Shader]]s can be applied to the texture using materials.
A '''texture''' is an image used to create a [[material]] in the [[Source]] engine. Textures are generally created as [[TGA]] files, and then converted to the [[VTF|Valve Texture Format]] for reference by a material. [[Shader]]s can be applied to the texture using materials.


;Valid Dimension (Pixels)
=== Valid dimensions (in pixels) ===
:16
16
:32
32
:64
64
:128
128
:256
256
:512
512
:1024
1024
:2048
2048


==Utilities==
== External links ==
* [http://www.spiralgraphics.biz/gen2tour/index.htm Genetica] - A commercial seamless texture editor. Creates tiling textures of all material types.
* [http://nemesis.thewavelength.net/index.php?c=154#p154 VTF Plug-in for Photoshop] - adds VTF format support to Photoshop (6.0+).


* [http://www.spiralgraphics.biz/gen2tour/index.htm Genetica] — Professional-level seamless texture editor. Creates tiling textures of all material types.
== See also ==
* [http://nemesis.thewavelength.net/index.php?c=154#p154 VTFPhotoshop Plugin] — VTF Photoshop Plug-in
* [http://nemesis.thewavelength.net/index.php?c=149#p149 VTFEdit, VTFLib] — Common source tool.
* [[VTFEdit]] — Used for easy conversion of TGA to VTF or VTF to TGA.
 
==Tutorial==
* [[Applying Textures]]
* [[Applying Textures]]
==See also==
*[[Material]]
*[[VTF]]


[[Category:Glossary]]
[[Category:Glossary]]
[[Category:Material System]]
[[Category:Material System]]

Revision as of 07:52, 26 November 2007

A texture is an image used to create a material in the Source engine. Textures are generally created as TGA files, and then converted to the Valve Texture Format for reference by a material. Shaders can be applied to the texture using materials.

Valid dimensions (in pixels)

16
32
64
128
256
512
1024
2048

External links

  • Genetica - A commercial seamless texture editor. Creates tiling textures of all material types.
  • VTF Plug-in for Photoshop - adds VTF format support to Photoshop (6.0+).

See also