Difference between revisions of "Anisotropic map"
From polycount
Cheeseplus (Talk | contribs) m (4 revisions) |
m |
||
Line 1: | Line 1: | ||
− | |||
= Anisotropic Map = | = Anisotropic Map = | ||
A texture that controls the shape of the specular highlights from real-time lights, often used for hair shading. | A texture that controls the shape of the specular highlights from real-time lights, often used for hair shading. | ||
− | The texture is very similar in concept to a [[ | + | The texture is very similar in concept to a [[Normal map|normal map]], except instead of controlling surface normals, it stretches the specular highlight in specific directions across the surface. |
== Anisotropic Tutorials == | == Anisotropic Tutorials == | ||
Line 13: | Line 12: | ||
---- | ---- | ||
− | [[Category:Texturing]] [[Category:TextureTypes]] [[Category: | + | [[Category:Texturing]] [[Category:TextureTypes]] [[Category:Specular map]] |
Revision as of 12:28, 14 August 2014
Anisotropic Map
A texture that controls the shape of the specular highlights from real-time lights, often used for hair shading.
The texture is very similar in concept to a normal map, except instead of controlling surface normals, it stretches the specular highlight in specific directions across the surface.
Anisotropic Tutorials
- Anisotropic Shader For Hair by Stephen Jameson provides a breakdown of a shader setup in the Unreal Development Kit (UDK).
- HAIR!? thread on Polycount by Paul 'Prolow' Lohman has some examples of an anisotropic hair shader in Maya.
- Making an anisotropic map for Marmoset Toolbag post on the Polycount forum from the Lead Engineer at 8monkey Labs.
- Deriving an anisotropic map from vectors post on the Polycount forum from a Character Artist at ArenaNet.
- Painting a "flow" normalmap? thread on the Tech-Artists.Org forum.