Distance Based DX11 Tesselation - Video - Epic Wiki
# Distance Based DX11 Tesselation - Video
From Epic Wiki
Jump to: navigation, search
# Contents
- 1 Overview
- 2 Setup
- 3 Tutorial
- 4 Material Composition
- 5 Project Source
- 6 Additional Tutorials
- 7 Credits
# Overview
This tutorial covers how to create a distance based tessellation material being driven by 6 changeable parameters.
# Setup
Before you start you should have a basic knowledge of the Material Editor being used within the Unreal Engine 4. Also recommended but not mandatory is an understanding what Tessellation is especially and what it does and how it's being used. If you're not sure check out other tutorials before going ahead or simply check the Additional Tutorials chapter.
# Tutorial
Due to the fact that it's a complicated material function I created two video tutorials that offer step by step explanations. Please use any material of your choice ( that has a Base Color texture, a Normal texture and a Displacement texture ) as a base for the video tutorials below. First you'll add a basic and then dynamic tesselation to this material. Check out the Project Source chapter to download the whole UE4 project if you don't have a proper material and / or textures.
Basic DX11 Tessellation ( 2 / 3 )
Distance Based DX11 Tessellation ( 3 / 3 )
# Material Composition
Even though I'd still suggest watching the tutorial, here is an image of the final material.
Distance Based Tessellation Material
To understand what the Param Values mean here is a screen illustrating the situation.
Distance Based Tessellation Explanation
Minimal Distance = Distance from OBJECT to A, "Max Height" and "Iterations" with the predefined value
Maximal Distance ( Fade Distance ) = Distance from A to B, at B "Max Height" and "Iterations" value is 0, transitioning/fading from A to B
# Project Source
You can download the materials of this and other tesselation tutorials listed below in an UE4 project from GitHub.
# Additional Tutorials
- Advanced Materials (Instancing) Video ( 1 / 3 of this tutorial )
- Basic Tessellation Videos ( english and german )
- Texture Packed Material Setup Video ( 1 / 2 with basic tesselation )
- Advanced Tessellated Displaced Material Setup Video ( 2 / 2 with advanced tesselation )
# Credits
Material created by DaveTheFreak aka David Scholze
Retrieved from "https://wiki.unrealengine.com/index.php?title=Distance_Based_DX11_Tesselation_-_Video&oldid=515"