summaryrefslogtreecommitdiffstats
path: root/doc/classes/PrimitiveMesh.xml
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2023-02-02 14:54:26 +0100
committerHugo Locurcio <hugo.locurcio@hugo.pro>2023-02-02 14:55:51 +0100
commitdc065754756a67ebe2b01821e86ab620178ccb7c (patch)
treee5fa42abc4779c6e2093ea6c9252f0de099a51ae /doc/classes/PrimitiveMesh.xml
parent315d3c4d21e4ee7df1e45593205e35d7a034aa6d (diff)
downloadredot-engine-dc065754756a67ebe2b01821e86ab620178ccb7c.tar.gz
Add a property hint for PrimitiveMesh's `uv2_padding`
Negative values are not valid and will always cause lightmap bleeding to occur. This also improves the documentation for the `uv2_padding` property in the class reference.
Diffstat (limited to 'doc/classes/PrimitiveMesh.xml')
-rw-r--r--doc/classes/PrimitiveMesh.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/PrimitiveMesh.xml b/doc/classes/PrimitiveMesh.xml
index b1c8907d8e..b98590d10c 100644
--- a/doc/classes/PrimitiveMesh.xml
+++ b/doc/classes/PrimitiveMesh.xml
@@ -48,7 +48,8 @@
The current [Material] of the primitive mesh.
</member>
<member name="uv2_padding" type="float" setter="set_uv2_padding" getter="get_uv2_padding" default="2.0">
- If [member add_uv2] is set, specifies the padding in pixels applied along seams of the mesh. If at generation the size of the lightmap texture can't be determined, the UVs are calculated assuming a texture size of 1024x1024.
+ If [member add_uv2] is set, specifies the padding in pixels applied along seams of the mesh. Lower padding values allow making better use of the lightmap texture (resulting in higher texel density), but may introduce visible lightmap bleeding along edges.
+ If the size of the lightmap texture can't be determined when generating the mesh, UV2 is calculated assuming a texture size of 1024x1024.
</member>
</members>
</class>