1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00

magic adjustment of textures

This commit is contained in:
Zeno Rogue
2017-12-16 09:03:50 +01:00
parent e2080cd91e
commit bf24550e82
6 changed files with 164 additions and 27 deletions

View File

@@ -2397,3 +2397,6 @@ inline hyperpoint tC0(const transmatrix &T) {
z[0] = T[0][2]; z[1] = T[1][2]; z[2] = T[2][2];
return z;
}
transmatrix actualV(const heptspin& hs, const transmatrix& V);
transmatrix cview();