mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 14:17:10 +00:00
3d:: celldistances
This commit is contained in:
@@ -534,6 +534,11 @@ namespace euclid3 {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool dist_alt(cell *c) {
|
||||
coord co = cubemap()->ispacemap[c->master];
|
||||
return getcoord(co, 2);
|
||||
}
|
||||
|
||||
void draw() {
|
||||
dq::visited.clear();
|
||||
dq::enqueue(viewctr.at, cview());
|
||||
|
||||
Reference in New Issue
Block a user