瀏覽代碼

Merge pull request #70441 from matt08-prog/doc-ArrayMesh

Clarify the description of ArrayMesh::regen_normal_maps
Yuri Sizov 2 年之前
父節點
當前提交
0369475773
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/classes/ArrayMesh.xml

+ 2 - 2
doc/classes/ArrayMesh.xml

@@ -102,13 +102,13 @@
 			<param index="0" name="transform" type="Transform3D" />
 			<param index="1" name="texel_size" type="float" />
 			<description>
-				Will perform a UV unwrap on the [ArrayMesh] to prepare the mesh for lightmapping.
+				Performs a UV unwrap on the [ArrayMesh] to prepare the mesh for lightmapping.
 			</description>
 		</method>
 		<method name="regen_normal_maps">
 			<return type="void" />
 			<description>
-				Will regenerate normal maps for the [ArrayMesh].
+				Regenerates tangents for each of the [ArrayMesh]'s surfaces.
 			</description>
 		</method>
 		<method name="set_blend_shape_name">