mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-17 21:06:17 +02:00
removing trailing tests
This commit is contained in:
parent
27e4e1c245
commit
11c40666e4
1 changed files with 0 additions and 3 deletions
|
@ -8671,9 +8671,6 @@ void Application::updateLoginDialogOverlayPosition() {
|
|||
auto newOverlayPositionVec = (cameraPositionVec + offset) + (upVec * -0.1f);
|
||||
auto newOverlayOrientation = glm::inverse(glm::quat_cast(glm::lookAt(newOverlayPositionVec, cameraPositionVec, upVec))) * Quaternions::Y_180;
|
||||
|
||||
//auto isOverlayTooFar = (glm::distance(overlayPositionVec, getMyAvatar()->getWorldPosition()) > 1.0f);
|
||||
|
||||
//if (pointAngle > LOOK_AWAY_THRESHOLD_ANGLE || isOverlayTooFar) {
|
||||
if (pointAngle > LOOK_AWAY_THRESHOLD_ANGLE) {
|
||||
QVariantMap properties {
|
||||
{"position", vec3toVariant(newOverlayPositionVec)},
|
||||
|
|
Loading…
Reference in a new issue