mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 21:02:17 +02:00
Merge pull request #9703 from kunalgosar/logDisplayMode
Logging HMD/Desktop Transitions
This commit is contained in:
commit
ec07969c0b
1 changed files with 6 additions and 0 deletions
|
@ -6698,6 +6698,12 @@ void Application::updateDisplayMode() {
|
|||
}
|
||||
|
||||
emit activeDisplayPluginChanged();
|
||||
|
||||
if (_displayPlugin->isHmd()) {
|
||||
qCDebug(interfaceapp) << "Entering into HMD Mode";
|
||||
} else {
|
||||
qCDebug(interfaceapp) << "Entering into Desktop Mode";
|
||||
}
|
||||
|
||||
// reset the avatar, to set head and hand palms back to a reasonable default pose.
|
||||
getMyAvatar()->reset(false);
|
||||
|
|
Loading…
Reference in a new issue