Skip to content

Commit

Permalink
Merge pull request godotengine#91985 from passivestar/fix-lightmapper…
Browse files Browse the repository at this point in the history
…-seams

Fix lightmapper seam blending
  • Loading branch information
akien-mga committed May 15, 2024
2 parents d3c3a62 + d06bce3 commit 42b60c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/lightmapper_rd/lightmapper_rd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 42b60c1

Please sign in to comment.