From cadf00fecf92ef6c529834179a559b6d5babc4be Mon Sep 17 00:00:00 2001 From: beholder Date: Sun, 22 Oct 2017 19:00:23 +0300 Subject: [PATCH] add missing 'eyeToWorld' assignment --- interface/src/Application.cpp | 1 + 1 file changed, 1 insertion(+) 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; {