mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:27:48 +02:00
Logging display mode changes
This commit is contained in:
parent
5bef6ea029
commit
b8b5927351
1 changed files with 6 additions and 0 deletions
|
@ -6679,6 +6679,12 @@ void Application::updateDisplayMode() {
|
||||||
}
|
}
|
||||||
|
|
||||||
emit activeDisplayPluginChanged();
|
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.
|
// reset the avatar, to set head and hand palms back to a reasonable default pose.
|
||||||
getMyAvatar()->reset(false);
|
getMyAvatar()->reset(false);
|
||||||
|
|
Loading…
Reference in a new issue