mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-02 01:42:49 +00:00
fixed fixed_YZ in euc_in_sl2
This commit is contained in:
parent
e4839a19b7
commit
f02073a35f
@ -1910,6 +1910,10 @@ EX hyperpoint vertical_vector() {
|
|||||||
}
|
}
|
||||||
if(embedded_plane && geom3::same_in_same())
|
if(embedded_plane && geom3::same_in_same())
|
||||||
return get_view_orientation() * lztangent(vid.wall_height);
|
return get_view_orientation() * lztangent(vid.wall_height);
|
||||||
|
if(geom3::euc_in_sl2()) {
|
||||||
|
transmatrix Rot = View * map_relative_push(inverse(View) * C0);
|
||||||
|
return Rot * lztangent(vid.wall_height);
|
||||||
|
}
|
||||||
if(embedded_plane && vid.fixed_yz && nonisotropic) {
|
if(embedded_plane && vid.fixed_yz && nonisotropic) {
|
||||||
return NLP * lztangent(vid.wall_height);
|
return NLP * lztangent(vid.wall_height);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user