1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-25 20:33:32 +00:00

3D:: 120-cell

This commit is contained in:
?
2019-02-25 04:05:23 +01:00
committed by Zeno Rogue
parent 1fcf58e17a
commit 33d4854c14
10 changed files with 215 additions and 6 deletions

View File

@@ -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;
}