mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 14:47:39 +00:00
fixed reference/equidistant in nonisotropic
This commit is contained in:
3
vr.cpp
3
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<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;
|
||||
|
Reference in New Issue
Block a user