mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
changed wording for ArrayMesh::regen_normal_maps' description
This commit is contained in:
@@ -102,13 +102,13 @@
|
|||||||
<param index="0" name="transform" type="Transform3D" />
|
<param index="0" name="transform" type="Transform3D" />
|
||||||
<param index="1" name="texel_size" type="float" />
|
<param index="1" name="texel_size" type="float" />
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="regen_normal_maps">
|
<method name="regen_normal_maps">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<description>
|
<description>
|
||||||
Will regenerate normal maps for the [ArrayMesh].
|
Regenerates tangents for each of the [ArrayMesh]'s surfaces.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_blend_shape_name">
|
<method name="set_blend_shape_name">
|
||||||
|
|||||||
Reference in New Issue
Block a user