I have two different meshes representing the same object (objects obtained from photogrammetry).
The meshes of these objects are complex and have many vertices. How can I position both objects in the same location so that the position of the vertices selected by me in object 1 is the same as in object 2?
I'm looking for adjustment something like in this question, but there are only three points being set, and that might not necessarily help me(scaling alone based on three reference points may not be sufficient in my case. ):
What is the easiest way to move object using 3 points (to have same transform for two objects)
Additional example:
I'm interested in aligning models with respect to specific vertices - let me give you a concrete example. I have two object meshes representing the same object - a residential building. These models were obtained using photogrammetry, so they slightly differ from each other (one model may have parts missing that the other has, and vice versa). I would like to align their positions based on the key points of the building (corners, roof peak, etc.) so that the positions of both models overlap, allowing me to easily fill in the gaps in one model based on fragments from the other model in the future.
