Support for Emissions
chicken-suop opened this issue · 2 comments
chicken-suop commented
chicken-suop commented
ecker00 commented
Supporting emissive surfaces could technically work, but think this would fall quite far outside scope of a Toon Shader, as it's trying to achieve simplistic shading/lighting look rather than something realistic.
The current setup of the Toon Shader supports directional, point and spot lights. Technically speaking you can make it support anything, as the helper script is just finding the position of all light sources in the scene and assigning colour values from various directions.