安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
are its possible instead of black its follow the base texture colors
Whenever said mods release/update they'll require this one (and gShaderd) as a dependency for the effect. Thank you!
Yeah I imagine stencils would get you closer to the result you need. Good luck!
thank you, and may your days be plenty, and your bad luck so few
I was doing comparisons between my own generated outline meshes on my models and this shader, and the shader does a much better job at creating them. I was hoping to utilize this mod instead of the generated meshes as a dependency :)
In a nutshell, the algorithm looks for edges by finding differences between neighboring pixels. These differences could be whether the neighboring pixels are close to each other (depth-based), or if the neighboring pixels differ in brightness (luminance-based). Once it finds an edge, the shader "emphasizes" it by maximizing its pixel value (to 255) and giving it a color (as inputted by the user)
This shader makes an outline for everything because the algorithm works using your screen's pixels as an input (as well as a couple of other "versions" of your screen, roughly speaking)
pretty cool btw