Difference between revisions of "ChannelPacking"
From polycount
EricChadwick (Talk | contribs) (images restored) |
EricChadwick (Talk | contribs) (MultiTexture link fix) |
||
Line 18: | Line 18: | ||
− | * For more examples and tutorials see [[Texture atlas]] and [[ | + | * For more examples and tutorials see [[Texture atlas]] and [[MultiTexture]]. |
---- | ---- | ||
[[Category:TextureTechnique]] [[Category:Glossary]] | [[Category:TextureTechnique]] [[Category:Glossary]] |
Revision as of 13:19, 18 November 2014
Channel Packing
Channel packing is a game art term for a bitmap that has different grayscale images in each of its channels... Red, Green, and Blue. Alpha can also be used as a fourth channel. This saves Memory, but increases Shaders complexity.
Compression Artifacts
If you save a channel-packed texture using DXT compression, it will introduce blocky artifacts to your channels. For details, see Normal map#Normal_Map_Compression.
Examples
- For more examples and tutorials see Texture atlas and MultiTexture.