Merge pull request #9262 from MajorMcDoom/patch-2

Fix ImmediateMesh being referred to as a node when it is not
This commit is contained in:
Matthew
2024-04-28 21:15:48 -04:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ Using the SurfaceTool
=====================
The :ref:`SurfaceTool <class_surfacetool>` provides a useful interface for constructing geometry.
The interface is similar to the :ref:`ImmediateMesh <class_ImmediateMesh>` node. You
The interface is similar to the :ref:`ImmediateMesh <class_ImmediateMesh>` class. You
set each per-vertex attribute (e.g. normal, uv, color) and then when you add a vertex it
captures the attributes.