mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-27 15:32:53 +00:00
fixed a bug with rendering 45-degree-rotated Klein bottles
This commit is contained in:
parent
ac52bc784d
commit
75ecbe4e85
@ -799,7 +799,7 @@ EX namespace euc {
|
|||||||
if(dsx >= dsc) coo = coo - twisted_vec;
|
if(dsx >= dsc) coo = coo - twisted_vec;
|
||||||
else if (dsx < 0) coo = coo + twisted_vec;
|
else if (dsx < 0) coo = coo + twisted_vec;
|
||||||
else break;
|
else break;
|
||||||
M = M * spintox(h) * MirrorY * rspintox(h);
|
M = M * rspintox(h) * MirrorY * spintox(h);
|
||||||
auto s = ort * dscalar(d0, ort) * 2;
|
auto s = ort * dscalar(d0, ort) * 2;
|
||||||
auto v = dscalar(ort, ort);
|
auto v = dscalar(ort, ort);
|
||||||
s.first /= v;
|
s.first /= v;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user