From the course: Unity 3D: Lunchtime Lessons

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Displacement with Lit Tesselation

Displacement with Lit Tesselation - Unity 3D Tutorial

From the course: Unity 3D: Lunchtime Lessons

Start my 1-month free trial

Displacement with Lit Tesselation

- Hi, I'm George Baistry. If you want to do displacement in Unity, you can using HDRP and the LitTessellation shader. So let's take a look at how to create displacement in Unity. So here I have a simple scene and I have just a standard plane as my ground plane. And we're going to go ahead and displace that. So we can displace by using a material. So I'm actually going to go into this displace folder here and you'll see, we have a couple of bitmaps and those bitmaps are going to be used to not only provide color normal mapping, but also displacement. So I have three here that I'm going to use. This one here is just a bunch of white rectangles against black. This one here has kind of a bumpy texture for kind of a rolling terrain type of texture. And this one here basically just looks like grass. So we're going to go ahead and select this and create a material for it. So I'm going to right click, go into create material.…

Contents