Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VisualShaderNodeSDFToScreenUV¶
继承: VisualShaderNode < Resource < RefCounted < Object
将 SDF(带符号距离场)转换为屏幕 UV 的函数,在可视化着色器图中使用。
描述¶
翻译为着色器语言中的 sdf_to_screen_uv(sdf_pos)
。