Texture: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎Utilities: no, you're right--it belongs there)
m (cleanup)
Line 1: Line 1:
[[Category:Glossary]][[Category:Material System]]
A '''texture''' is an image used to comprise a [[material]] in the [[Source]] engine. Textures are generally created as [[TGA]] files, and then converted to [[VTF]] format for reference by the game.
A '''texture''' is an image used to comprise a [[:Category:Material System|material]] in the [[Source Engine]]. Textures are generally created as [[TGA]] files, and then converted to [[VTF]] format for reference by the game and [[VMF]].
 
[[Shader]]s can be applied to the texture using materials.


[[Shader_Types_and_Parameters|Shaders]] can be applied to the [[texture]] using [[:Category:Material System|material]]s.
{| style="text-align:center;"
{| style="text-align:center;"
! Valid Dimension
! Valid Dimension
Line 26: Line 26:


==Utilities==
==Utilities==
* [http://www.spiralgraphics.biz/gen2tour/index.htm Genetica]— Professional-level seamless texture editor. Creates tiling textures of all material types.
 
* [http://nemesis.thewavelength.net/index.php?c=154#p154 VTFPhotoshop Plugin]— Great tool for photoshop users.
* [http://www.spiralgraphics.biz/gen2tour/index.htm Genetica] — Professional-level seamless texture editor. Creates tiling textures of all material types.
* [http://nemesis.thewavelength.net/index.php?c=149#p149 VTFEdit, VTFLib]—Common source tool.
* [http://nemesis.thewavelength.net/index.php?c=154#p154 VTFPhotoshop Plugin] — VTF Photoshop Plug-in
* [[VTFTool]]—This tool is used for easy conversion of TGA to VTF or VTF to TGA.
* [http://nemesis.thewavelength.net/index.php?c=149#p149 VTFEdit, VTFLib] — Common source tool.
* [[VTFTool]] — Used for easy conversion of TGA to VTF or VTF to TGA.
 
[[Category:Glossary]]
[[Category:Material System]]

Revision as of 03:32, 2 April 2006

A texture is an image used to comprise a material in the Source engine. Textures are generally created as TGA files, and then converted to VTF format for reference by the game.

Shaders can be applied to the texture using materials.

Valid Dimension
(Pixels)
16
32
64
128
256
512
1024
2048

Utilities

  • Genetica — Professional-level seamless texture editor. Creates tiling textures of all material types.
  • VTFPhotoshop Plugin — VTF Photoshop Plug-in
  • VTFEdit, VTFLib — Common source tool.
  • VTFTool — Used for easy conversion of TGA to VTF or VTF to TGA.