瀏覽代碼

Fix ImmediateMesh being referred to as a node when it is not

Zi Ye 1 年之前
父節點
當前提交
15a0a4f4bd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/3d/procedural_geometry/surfacetool.rst

+ 1 - 1
tutorials/3d/procedural_geometry/surfacetool.rst

@@ -4,7 +4,7 @@ Using the SurfaceTool
 =====================
 =====================
 
 
 The :ref:`SurfaceTool <class_surfacetool>` provides a useful interface for constructing geometry.
 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
 set each per-vertex attribute (e.g. normal, uv, color) and then when you add a vertex it
 captures the attributes.
 captures the attributes.