mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
3d:: aura in ball model
This commit is contained in:
parent
1521af65fe
commit
715d8b2fd0
@ -2378,7 +2378,6 @@ array<array<int,4>,AURA+1> aurac;
|
||||
|
||||
bool haveaura() {
|
||||
if(!(vid.aurastr>0 && !svg::in && (auraNOGL || vid.usingGL))) return false;
|
||||
if(DIM == 3) return false;
|
||||
if(sphere && mdAzimuthalEqui()) return true;
|
||||
if(among(pmodel, mdJoukowsky, mdJoukowskyInverted) && hyperbolic && conformal::model_transition < 1)
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user