mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-20 04:50:10 +00:00
fixed reference/equidistant in nonisotropic
This commit is contained in:
parent
ffcda7f602
commit
cd9b8d57ab
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;
|
mu[i][j] = i!=j ? 0 : i==3 ? 1 : absolute_unit_in_meters;
|
||||||
|
|
||||||
if(1) {
|
if(1) {
|
||||||
|
make_actual_view();
|
||||||
|
shiftmatrix Tv = cview();
|
||||||
dynamicval<transmatrix> tN(NLP, NLP);
|
dynamicval<transmatrix> tN(NLP, NLP);
|
||||||
dynamicval<transmatrix> tV(View, View);
|
dynamicval<transmatrix> tV(View, View);
|
||||||
dynamicval<transmatrix> tC(current_display->which_copy, current_display->which_copy);
|
dynamicval<transmatrix> tC(current_display->which_copy, current_display->which_copy);
|
||||||
shiftmatrix Tv = cview();
|
|
||||||
|
|
||||||
if(hsm == eHeadset::rotation_only) {
|
if(hsm == eHeadset::rotation_only) {
|
||||||
transmatrix T = hmd_at;
|
transmatrix T = hmd_at;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user