doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde 2021-01-28 11:26:37 +01:00
parent b441592372
commit fb01d057af
No known key found for this signature in database
GPG key ID: C3336907360768E1
15 changed files with 157 additions and 47 deletions

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeSDFRaymarch" inherits="VisualShaderNode" version="4.0">
<brief_description>
SDF raymarching algorithm to be used within the visual shader graph.
SDF raymarching algorithm to be used within the visual shader graph.
</brief_description>
<description>
Casts a ray against the screen SDF (signed-distance field) and returns the distance travelled.
Casts a ray against the screen SDF (signed-distance field) and returns the distance travelled.
</description>
<tutorials>
</tutorials>