mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
fixed 'keep Y' in twisted non-sphere
This commit is contained in:
parent
9db5022d54
commit
cd364831f8
@ -2048,7 +2048,7 @@ EX hyperpoint vertical_vector() {
|
||||
if(mproduct && vid.fixed_yz) {
|
||||
return get_view_orientation() * lztangent(1);
|
||||
}
|
||||
if(((cgflags & qSTRETCHABLE) || (mtwisted && sphere)) && vid.fixed_yz) {
|
||||
if(((cgflags & qSTRETCHABLE) || mtwisted) && vid.fixed_yz) {
|
||||
return stretch::itranslate(View * C0) * View * lztangent(1);
|
||||
}
|
||||
if((nil || (euclid && GDIM == 3) || sol || nih) && vid.fixed_yz) {
|
||||
|
Loading…
Reference in New Issue
Block a user