stalomeow / StarRailNPRShader

Fan-made shaders for Unity URP attempting to replicate the shading of Honkai: Star Rail.
https://srshader.stalomeow.com
GNU General Public License v3.0
605 stars 107 forks source link

关于描边的一些建议 #5

Closed Spphire closed 9 months ago

Spphire commented 1 year ago

在薄模型的地方比如裙摆,描边会在模型背面产生大色块: image 可以在outline pass后面再渲染一层背面 image image

stalomeow commented 1 year ago

其实描边参数里有个ZOffset。微调这个也行。一定要微调,数值一般是-1e-6~-1e-4这样