mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 02:07:03 +00:00
fixed some bugs with sphere embedded in product
This commit is contained in:
parent
689f64ed98
commit
d334062656
@ -769,7 +769,7 @@ EX shiftmatrix face_the_player(const shiftmatrix V) {
|
||||
return shiftless(cspin90(1, 2) * lrspintox(cspin90(2, 1) * uh) * xpush(hdist0(uh)) * cspin90(0, 2) * spin270());
|
||||
}
|
||||
#endif
|
||||
if(embedded_plane && msphere) return shiftless(map_relative_push(unshift(V * zpush0(1))) * zpush(-1));
|
||||
if(embedded_plane && msphere && !sphere && !gproduct) return shiftless(map_relative_push(unshift(V * zpush0(1))) * zpush(-1));
|
||||
return rgpushxto0(tC0(V));
|
||||
}
|
||||
|
||||
|
@ -1902,7 +1902,7 @@ EX bool keep_vertical() {
|
||||
|
||||
EX hyperpoint vertical_vector() {
|
||||
auto& ds = downseek;
|
||||
if(msphere && !sphere && vid.fixed_yz) {
|
||||
if(msphere && !sphere && !gproduct && vid.fixed_yz) {
|
||||
hyperpoint h = get_view_orientation() * C0;
|
||||
if(vid.wall_height > 0) h = -h;
|
||||
return h;
|
||||
|
Loading…
x
Reference in New Issue
Block a user