Difference between revisions of "Anisotropic map"
From polycount
(syntax) |
(syntax) |
||
Line 6: | Line 6: | ||
== Anisotropic Tutorials == | == Anisotropic Tutorials == | ||
− | * http://stephenjameson.com/tutorials/anisotropic-shader-for-hair/Anisotropic Shader For Hair by Stephen Jameson provides a breakdown of a shader setup in the Unreal Development Kit (UDK). | + | * [http://stephenjameson.com/tutorials/anisotropic-shader-for-hair/ Anisotropic Shader For Hair] by Stephen Jameson provides a breakdown of a shader setup in the Unreal Development Kit (UDK). |
* [http://www.polycount.com/forum/showthread.php?t=77968 HAIR!?] thread on Polycount by [http://technicalartlead.blogspot.com/ Paul 'Prolow' Lohman] has some examples of an anisotropic hair shader in Maya. | * [http://www.polycount.com/forum/showthread.php?t=77968 HAIR!?] thread on Polycount by [http://technicalartlead.blogspot.com/ Paul 'Prolow' Lohman] has some examples of an anisotropic hair shader in Maya. | ||
---- | ---- | ||
[[Category:Texturing]] [[Category:TextureTypes]] [[Category:SpecularMap]] | [[Category:Texturing]] [[Category:TextureTypes]] [[Category:SpecularMap]] |
Revision as of 14:32, 2 November 2010
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.