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