Lit Tessellation material
The Lit Tessellation Shader allows you to create Materials that use tessellation to provide adaptive vertex density for meshes. This means that you can render more detailed geometry without the need to create a model that contains a lot of vertices. This Shader also includes options for effects like subsurface scattering, iridescence, vertex or pixel displacement, and decal compatibility. For more information about Materials, Shaders, and Textures, see the Unity User Manual.
Tessellation Mode set to None (off).
Tessellation Mode set to Phong (on).
Creating a Lit Tessellation Material
To create a new Lit Tessellation Material:
- Right-click in your Project's Asset window.
- Select Create > Material. This adds a new Material to your Unity Project’s Asset folder.
- Select the Material and, in the Inspector, select the Shader drop-down.
- Select HDRP > LitTessellation.
Refer to Lit Tessellation Material Inspector reference for more information.