mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +00:00
sphere3 is not two_sided_model
This commit is contained in:
parent
c279e91600
commit
7e4cc69c06
@ -281,6 +281,7 @@ hyperpoint goodpoint;
|
||||
vector<pair<int, hyperpoint>> tofix;
|
||||
|
||||
bool two_sided_model() {
|
||||
if(DIM == 3) return false;
|
||||
if(pmodel == mdHyperboloid) return !euclid;
|
||||
// if(pmodel == mdHemisphere) return true;
|
||||
if(pmodel == mdDisk) return sphere;
|
||||
|
Loading…
Reference in New Issue
Block a user