mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-13 08:39:43 +00:00
3D:: 120-cell
This commit is contained in:
@@ -731,6 +731,7 @@ transmatrix applyspin(const heptspin& hs, const transmatrix& V) {
|
||||
}
|
||||
|
||||
bool invis_point(const hyperpoint h) {
|
||||
if(DIM == 2 || sphere) return false;
|
||||
return h[2] < 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user