fixed reference/equidistant in nonisotropic

This commit is contained in:
Zeno Rogue 2020-11-22 20:00:14 +01:00
parent ffcda7f602
commit cd9b8d57ab
1 changed files with 2 additions and 1 deletions

3
vr.cpp
View File

@ -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<transmatrix> tN(NLP, NLP);
dynamicval<transmatrix> tV(View, View);
dynamicval<transmatrix> tC(current_display->which_copy, current_display->which_copy);
shiftmatrix Tv = cview();
if(hsm == eHeadset::rotation_only) {
transmatrix T = hmd_at;