orels1 / orels-Unity-Shaders

A collection of practical Unity shaders for your next project
https://shaders.orels.sh
Other
169 stars 14 forks source link

Add some sort of emission masking support to the Layered parallax Shader #8

Open orels1 opened 1 year ago

orels1 commented 1 year ago

Currently, each layer of the Layered Parallax shader can only glow as a single unit

It would be nice to be able to make only specific parts of the texture glow, instead of everything glowing together.

One idea could be - adding a texture slot where each channel can be used as an emission mask. and then adding an Enum to each layer that allows you to pick a channel from that mask and set an extra emission color as an option