Merge pull request #91985 from passivestar/fix-lightmapper-seams

Fix lightmapper seam blending
This commit is contained in:
Rémi Verschelde 2024-05-15 22:41:59 +02:00
commit 42b60c1b01
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -428,6 +428,7 @@ void LightmapperRD::_create_acceleration_structures(RenderingDevice *rd, Size2i
SWAP(edge.a, edge.b);
SWAP(edge.na, edge.nb);
SWAP(uv2.a, uv2.b);
SWAP(uv2.indices.x, uv2.indices.y);
SWAP(edge_indices.x, edge_indices.y);
}