mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 14:12:50 +02:00
Revert "Automatically enter first person when in HMD mode"
This reverts commit 3c9f3f3927
.
This commit is contained in:
parent
88ad570024
commit
41d38ab630
1 changed files with 1 additions and 7 deletions
|
@ -5350,13 +5350,7 @@ void Application::updateDisplayMode() {
|
|||
// reset the avatar, to set head and hand palms back to a reasonable default pose.
|
||||
getMyAvatar()->reset(false);
|
||||
|
||||
// go into first person when they are in HMD mode, since 3rd person HMD is dumb
|
||||
if (isHMDMode() && !menu->isOptionChecked(MenuOption::FirstPerson)) {
|
||||
menu->setIsOptionChecked(MenuOption::FirstPerson, true);
|
||||
cameraMenuChanged();
|
||||
}
|
||||
|
||||
Q_ASSERT_X(_displayPlugin, "Application::updateDisplayMode", "could not find an activated display plugin");
|
||||
Q_ASSERT_X(_displayPlugin, "Application::updateDisplayMode", "could not find an activated display plugin");
|
||||
}
|
||||
|
||||
mat4 Application::getEyeProjection(int eye) const {
|
||||
|
|
Loading…
Reference in a new issue