Skip to content

oh: Compare current and previous quaternion to detect old data.

Rylie Pavlik requested to merge fix-finite-diff into master

Bitwise comparison because we have no timestamp to check. Works reasonable well. We also don't update the timestamp if we are returning "old data", which should help dynamic prediction.

Definitely improves the quality of prediction, at least on Vive Pro, with an unmodified OpenHMD.

Turns this: Screenshot_from_2019-03-25_15-48-49]

to this

Screenshot_from_2019-03-25_16-38-19

Edited by Rylie Pavlik

Merge request reports