Habrador / Unity-Advanced-Shaders-Tutorial

Implementation of advanced shaders in Unity like raytracing, interior mapping, parallax mapping

Home Page:https://www.habrador.com/tutorials/shaders/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Shaders in Unity Tutorial

Implementation of advanced shaders in Unity like raytracing, interior mapping, parallax mapping. Link to the tutorial: https://www.habrador.com/tutorials/shaders/

1. Volume rendering

Volume rendering is a technique you can use to make everything from smoke to clouds. But here you will make a Death Star from Star Wars. This is a YouTube video of the Death Star in action:

Death Star in Unity video

2. Interior mapping

Interior mapping is a technique used to simulate floors in buildings.

Interior mapping

3. Parallax mapping

Parallax mapping is a technique used to simulate texture depth. Here you will make a portal to a moving landscape, a brick wall, and a mysterious hole appearing in the ground. This is a YouTube video of the hole:

Mysterious hole in Unity video

About

Implementation of advanced shaders in Unity like raytracing, interior mapping, parallax mapping

https://www.habrador.com/tutorials/shaders/

License:MIT License


Languages

Language:ShaderLab 56.0%Language:GLSL 31.4%Language:C# 12.6%