Skip to content

Commit ce94b26

Browse files
committed
Merge pull request #105886 from koolaidxk1d/master
grammatical error fixed in MeshInstance3D documentation
2 parents 3e70fd7 + 285eb21 commit ce94b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/MeshInstance3D.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Node that instances meshes into a scenario.
55
</brief_description>
66
<description>
7-
MeshInstance3D is a node that takes a [Mesh] resource and adds it to the current scenario by creating an instance of it. This is the class most often used render 3D geometry and can be used to instance a single [Mesh] in many places. This allows reusing geometry, which can save on resources. When a [Mesh] has to be instantiated more than thousands of times at close proximity, consider using a [MultiMesh] in a [MultiMeshInstance3D] instead.
7+
MeshInstance3D is a node that takes a [Mesh] resource and adds it to the current scenario by creating an instance of it. This is the class most often used to render 3D geometry and can be used to instance a single [Mesh] in many places. This allows reusing geometry, which can save on resources. When a [Mesh] has to be instantiated more than thousands of times at close proximity, consider using a [MultiMesh] in a [MultiMeshInstance3D] instead.
88
</description>
99
<tutorials>
1010
<link title="3D Material Testers Demo">https://godotengine.org/asset-library/asset/2742</link>

0 commit comments

Comments
 (0)