Skip to content

Instantly share code, notes, and snippets.

@jherico
Last active August 29, 2015 13:57
Show Gist options
  • Save jherico/9769051 to your computer and use it in GitHub Desktop.
Save jherico/9769051 to your computer and use it in GitHub Desktop.
// In your class
OVR::Quatf currentOrientation;
OVR::SensorFusion sensorFusion;
// In my per-frame update code
...
currentOrientation = sensorFusion.GetPredictedOrientation();
ovrLatencyTest.ProcessInputs();
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment