Texture: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (removed note...there are instances where you do use textures) |
||
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 Dimension (Pixels) |
Revision as of 09:45, 20 August 2006
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 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.
- VTFEdit — Used for easy conversion of TGA to VTF or VTF to TGA.