Thank you! That was a typo and is hopefully fixed now.
JoeTech
3
Posts
21
Followers
A member registered Feb 01, 2021 · View creator page →
Creator of
Recent community posts
The source code is now available.
You can find the shader in Shaders/template.glsl. The signed distance field function is inserted into that shader and recompiled everytime the scene changes. All variables are uniforms so that changing them is possible without recompiling.
You should be able to use the template and insert the generated code that's visible in the editor manually.