mayaMatchMoveSolver
mayaMatchMoveSolver copied to clipboard
Maya Tool - Align to XY / YZ / XZ Plane
Feature
A tool in Maya to use 3 or more vertices or locators to transform an object.
This tool might use similar maths to this (released under "the Unlicense"): https://github.com/zalo/MathUtilities#least-squares-lineplane-fitting-pic https://github.com/zalo/MathUtilities/blob/master/Assets/LeastSquares/LeastSquaresFitting.cs#L24
Usage Steps
- Load a photogrammetry scan mesh without any orientation.
- Select 3 or more vertices on a flat plane in the mesh
- Select the scan mesh last.
- Run "align to XZ plane"
- The scan mesh will be moved so that the vertices selected are aligned along the XZ plane.