From 15a0a4f4bd3bed324d7876c3f7c5a716ced236fc Mon Sep 17 00:00:00 2001 From: Zi Ye Date: Sat, 20 Apr 2024 09:39:03 -0500 Subject: [PATCH] Fix ImmediateMesh being referred to as a node when it is not --- tutorials/3d/procedural_geometry/surfacetool.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/3d/procedural_geometry/surfacetool.rst b/tutorials/3d/procedural_geometry/surfacetool.rst index 667978b35..20818466c 100644 --- a/tutorials/3d/procedural_geometry/surfacetool.rst +++ b/tutorials/3d/procedural_geometry/surfacetool.rst @@ -4,7 +4,7 @@ Using the SurfaceTool ===================== The :ref:`SurfaceTool ` provides a useful interface for constructing geometry. -The interface is similar to the :ref:`ImmediateMesh ` node. You +The interface is similar to the :ref:`ImmediateMesh ` class. You set each per-vertex attribute (e.g. normal, uv, color) and then when you add a vertex it captures the attributes.