Up to date
This page is up to date for Redot 4.3
.
If you still find outdated information, please create an issue.
VisualShaderNodeTextureSDF¶
Inherits: VisualShaderNode < Resource < RefCounted < Object
Performs an SDF (signed-distance field) texture lookup within the visual shader graph.
Description¶
Translates to texture_sdf(sdf_pos)
in the shader language.