Difference between revisions of "GradientMapping"
From polycount
EricChadwick (Talk | contribs) (Restored the images.) |
EricChadwick (Talk | contribs) (→Vertical Gradient Baking: Dota2 Character Art Guide link fix) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
== Vertical Gradient Baking == | == Vertical Gradient Baking == | ||
− | The [ | + | The [https://support.steampowered.com/kb/9334-YDXV-8590/dota-2-workshop-character-art-guide Dota2 Character Art Guide] describes how to bake a vertical gradient into the diffuse, to emphasize depth and create focus. |
[[image:gradientmap_3dsmax.jpg|frame|left|Baking a gradient map in 3ds Max, using a script. See [http://www.polycount.com/forum/showthread.php?t=131349 MaxScript: Gradient Map] Polycount Forum thread. Image by [http://www.juantwo.com/ Juan 'monster' Martinez].]]<br clear="all"/> | [[image:gradientmap_3dsmax.jpg|frame|left|Baking a gradient map in 3ds Max, using a script. See [http://www.polycount.com/forum/showthread.php?t=131349 MaxScript: Gradient Map] Polycount Forum thread. Image by [http://www.juantwo.com/ Juan 'monster' Martinez].]]<br clear="all"/> | ||
Line 15: | Line 15: | ||
[[image:gradientmapping_smith.jpg|frame|left|Using a gradient to remap the colors of a texture. See [http://technical-eden.blogspot.com/2012/01/gradient-mapping-awesome-way-to-get.html Gradient Mapping - An Awesome Way to Get Cheap Variation in Textures]. Image by [http://technical-eden.blogspot.com/ Ryan James Smith].]]<br clear="all"/> | [[image:gradientmapping_smith.jpg|frame|left|Using a gradient to remap the colors of a texture. See [http://technical-eden.blogspot.com/2012/01/gradient-mapping-awesome-way-to-get.html Gradient Mapping - An Awesome Way to Get Cheap Variation in Textures]. Image by [http://technical-eden.blogspot.com/ Ryan James Smith].]]<br clear="all"/> | ||
+ | [[image:gradientmapping_chadwick.jpg|frame|left|Gradient mapping in Unity using custom shaders. See [https://polycount.com/discussion/160691/sketchbook-eric-chadwick/p1 Sketchbook:Eric Chadwick]. Image by [http://ericchadwick.com Eric Chadwick].]]<br clear="all"/> | ||
---- | ---- | ||
[[Category:Texturing]] [[Category:TextureTechnique]] | [[Category:Texturing]] [[Category:TextureTechnique]] |
Latest revision as of 13:03, 14 September 2019
Gradients can be used to enhance and control texture maps.
Vertical Gradient Baking
The Dota2 Character Art Guide describes how to bake a vertical gradient into the diffuse, to emphasize depth and create focus.
Gradient Remapping
Gradient remapping is a method to replace the colors of a texture using 1D gradients, for more variation.