Use ramptexture to control diffuse Shading

Source: Internet
Author: User

Ramptexture]

Ramptexture (gradient texture), which can be 1D/2D texture.

This allows you to accentuate the surface's colors to fake the effects of more bounce light or a more advanced lighting setup. you see this technique used a lot more for cartoony games, where you need a more artist-driven look to your shaders and not so much of a physically-accurate lighting model.

First, you need a gradient texture:

  

Based on half Lambert, use ramptexture to control diffuse shading:

  

The following is the result you will see after running the Code:

  

How it works]

We take the re-mapped diffuse values from the half Lambert operation and pass them into float2 () to create the lookup values for the texture. when a value of 0 is set as the hlambert variable, the tex2d function looks up the pixel value at the UV value of (0, 0 ). in this case it's the subtle peach color from the ramps gradient. when a value of 1 is set for the hlambert variable, the tex2d function looks up the pixel at the UV value of (1, 1), or the white color.

  

Use ramptexture to control diffuse Shading

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.