mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-11 11:13:01 +00:00
3d:: pseudohept specified
This commit is contained in:
@@ -528,6 +528,12 @@ namespace euclid3 {
|
||||
return x;
|
||||
}
|
||||
|
||||
bool pseudohept(cell *c) {
|
||||
coord co = cubemap()->ispacemap[c->master];
|
||||
for(int i=0; i<3; i++) if(!(getcoord(co, i) & 1)) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
void draw() {
|
||||
dq::visited.clear();
|
||||
dq::enqueue(viewctr.at, cview());
|
||||
|
||||
Reference in New Issue
Block a user