diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 0b99ce5004..6e7a405181 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -5090,6 +5090,7 @@ void Application::update(float deltaTime) { } this->updateCamera(appRenderArgs._renderArgs); + appRenderArgs._eyeToWorld = _myCamera.getTransform(); appRenderArgs._isStereo = false; {