Input debugger; IMU zeroing
Input Debugger
You can now add simple input debugging by adding a debug
node to your YAML like so:
debug:
bindings:
- RH_IMU/accelerometer/x
- <XRController>{RightHand}/grip
(You can add as many sub-nodes to bindings
as you like.)
This will make a new overlay appear that shows the value of these inputs in real time.
IMU Zeroing
Previously, IMU devices would wait to update their state until they had gathered 50 samples of position/rotation; now, IMUs use a "static" state until enough samples are gathered - that is, they act as if the IMU device is held completely still at the designated offset.