Browse Source

小问题处理

ManualUV
hesuicong 1 day ago
parent
commit
9fb90b00d7
  1. 2
      libs/MVS/SceneTexture.cpp

2
libs/MVS/SceneTexture.cpp

@ -15057,7 +15057,7 @@ bool MeshTexture::SelectBestViewsForVirtualFaces( @@ -15057,7 +15057,7 @@ bool MeshTexture::SelectBestViewsForVirtualFaces(
newFaceScores[fid] = majorityAvgScore; // ✅ 更新为邻居的平均评分
}
}
}
}
faceToView.swap(newFaceToView);
faceScores.swap(newFaceScores); // ✅ 同步更新评分
}

Loading…
Cancel
Save