We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d7b1e commit ab70e60Copy full SHA for ab70e60
tutorials/3d/procedural_geometry/surfacetool.rst
@@ -111,6 +111,7 @@ shrinks the vertex array to remove duplicate vertices.
111
112
.. tabs::
113
.. code-tab:: gdscript GDScript
114
+
115
# Suppose we have a quad defined by 6 vertices as follows
116
st.add_vertex(Vector3(-1, 1, 0))
117
st.add_vertex(Vector3(1, 1, 0))
0 commit comments