From cd9b8d57ab44dffffae4d03d29ef8ad86ca27101 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 22 Nov 2020 20:00:14 +0100 Subject: [PATCH] fixed reference/equidistant in nonisotropic --- vr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vr.cpp b/vr.cpp index 154fd671..0c4bb321 100644 --- a/vr.cpp +++ b/vr.cpp @@ -748,10 +748,11 @@ EX void render() { mu[i][j] = i!=j ? 0 : i==3 ? 1 : absolute_unit_in_meters; if(1) { + make_actual_view(); + shiftmatrix Tv = cview(); dynamicval tN(NLP, NLP); dynamicval tV(View, View); dynamicval tC(current_display->which_copy, current_display->which_copy); - shiftmatrix Tv = cview(); if(hsm == eHeadset::rotation_only) { transmatrix T = hmd_at;