mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user