summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYuri Sizov <11782833+YuriSizov@users.noreply.github.com>2022-12-23 21:17:01 +0300
committerGitHub <noreply@github.com>2022-12-23 21:17:01 +0300
commit03694757735d2331b157478f2337b3a87421ac92 (patch)
tree611fe9a2b7a396e77e04482f01b966ce5dcb9461 /doc
parentd0398f62f08ce0cfba80990b21c6af4181f93fe9 (diff)
parentf7086842441e66e8f7e3dc898a27466f6d535f9f (diff)
Merge pull request #70441 from matt08-prog/doc-ArrayMesh
Clarify the description of ArrayMesh::regen_normal_maps
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/ArrayMesh.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/ArrayMesh.xml b/doc/classes/ArrayMesh.xml
index b9c8ab0f6c..70ce4ad516 100644
--- a/doc/classes/ArrayMesh.xml
+++ b/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">