소스 검색

Merge pull request #9262 from MajorMcDoom/patch-2

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

(cherry picked from commit e0eb9374bc5c78ce4329a148888dff9bf73773de)
Matthew 1 년 전
부모
커밋
7c894304d3
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 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.