Dynamic Soft Shadows Based on Local Cubemaps

Arm®

(39)
FREE
Publisher Arm®
File size 26.92MB
Number of files 54
Latest version 1
Latest release date 2020-11-23 10:11:54
First release date 2016-06-10 05:00:37
Supported Unity versions 2018.4.2 or higher

This project shows how to implement a new shadow rendering technique based on local cubemaps.

This new shadow rendering technique allows high quality shadows to be rendered very efficiently which makes it ideally suited to mobile devices.

The transparency of the scene is rendered offline in the alpha channel of the cubemap. At runtime this info is used to decide if the fragment is lit or in shadows.

Cubemap mipmap interpolation is used to reproduce the softness of the shadows.

This pack includes:
- A complete working project that combines shadows based on local cubemaps and shadow mapping techniques.
- An Editor tool to render the transparency of the scene boundary in the alpha channel of the cubemap.
- Shader implementation of the technique.
- Shader that combines shadows based on local cubemaps and shadow mapping techniques.
- Readme file with a detailed explanation of the technique.

Blog | ARM Guide for Unity | Readme