Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -150,11 +150,11 @@ export function pushModelFaceNormal(normalWorld: THREE.Vector3, calGroupWorldQua
|
|||||||
calibration.step = 'await-cube-2';
|
calibration.step = 'await-cube-2';
|
||||||
calibration.progress = 0.33;
|
calibration.progress = 0.33;
|
||||||
} else if (calibration.step === 'await-model-2') {
|
} else if (calibration.step === 'await-model-2') {
|
||||||
// Compute and apply the rotation right away — third pair only verifies.
|
|
||||||
calibration.progress = 0.75;
|
calibration.progress = 0.75;
|
||||||
calibration.step = 'await-cube-3';
|
calibration.step = 'await-cube-3';
|
||||||
} else if (calibration.step === 'await-model-3') {
|
} else if (calibration.step === 'await-model-3') {
|
||||||
calibration.progress = 1;
|
calibration.progress = 1;
|
||||||
|
calibration.verifyErrorDeg = computeVerifyError(calibration.pairs);
|
||||||
calibration.step = 'done';
|
calibration.step = 'done';
|
||||||
}
|
}
|
||||||
notify();
|
notify();
|
||||||
|
|||||||
Reference in New Issue
Block a user