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

Clarify the description of ArrayMesh::regen_normal_maps
This commit is contained in:
Yuri Sizov 2022-12-23 21:17:01 +03:00 committed by GitHub
commit 0369475773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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">