godot/doc/classes/VisualShaderNodeSDFRaymarch.xml

12 lines
403 B
XML
Raw Normal View History

2020-11-27 08:00:23 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeSDFRaymarch" inherits="VisualShaderNode" version="4.0">
<brief_description>
2021-01-28 11:26:37 +01:00
SDF raymarching algorithm to be used within the visual shader graph.
2020-11-27 08:00:23 +01:00
</brief_description>
<description>
2021-01-28 11:26:37 +01:00
Casts a ray against the screen SDF (signed-distance field) and returns the distance travelled.
2020-11-27 08:00:23 +01:00
</description>
<tutorials>
</tutorials>
</class>