OpenVR-SpaceCalibrator
OpenVR-SpaceCalibrator copied to clipboard
Calibration: Clear collected samples when aborted
Fixes #99
- On calibration fail, clear collected samples, so that the next run will have a clean start
- Terminates if collected samples is
>=
target rather than==
which is a safer termination condition check should something goes wrong.