Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 562 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 562 Bytes

Transition

By utilizing a grayscale mask, we can transition an image to black over time following a pattern. The shader simply samples the mask, and compares it to an input percentage value. If the mask's value is less than the input, the pixel is turned to black. Otherwise, it is left alone.

The scene has an animation to change the material input value over time, with some easing.

Example

Spiral Transition Weird Transition