Page 1 of 1

"HMD - Recalibrate Origin" for VR using a SimVar needed

Posted: Mon May 09, 2022 3:14 pm
by Lildreas
Hello,

we need to remotely reset the VR View for the HMD.

"HMD - Recalibrate Origin" controlled via SimVars is what we are looking for, but we cannot find it. It seems not to be connected to 2D view resetting either.

There are multiple developers out there who need this, I found a few more requests in forums.

Best
Andreas

Re: "HMD - Recalibrate Origin" for VR using a SimVar needed

Posted: Mon May 16, 2022 4:25 pm
by Clifton Crane
Hi Andreas,

There is a Key Event listed in gauges.h, however it looks like its not documented in the Learning Center:

Code: Select all

#define KEY_HMD_RECALIBRATE_ORIGIN                  (KEY_ID_MIN + 2400)
You should be able to use the string version of this event:

Code: Select all

"HMD_RECALIBRATE_ORIGIN"
Note that this an event and not a simulation variable.

Regards,
Clifton

Re: "HMD - Recalibrate Origin" for VR using a SimVar needed

Posted: Fri Jun 03, 2022 7:04 am
by Lildreas
Thanks a lot Clifton!