unreal/unreal materials
언리얼 카툰 머터리얼_Unreal simple Cartoon Material
레몬소스
2019. 11. 5. 15:41
using cartoon material
cartoon material based on deferred shading
this sample's outline is used polygon modeling(old type)
can't support custom lighting
summery about material
create lighting positions
Any point and pixel using the dot calculation becomes a lighting vector.
set shading cut parameter(color and position)
simple shading cut FN
fill color using lighting vector value
it looks like half lambert cartoon material controlled shading cut Fn(
Adjusting the shading cut function(MF_Lut) looks like a half lambert cartoon material.