1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 06:16:00 +00:00

3D display of Crystal

This commit is contained in:
Zeno Rogue
2018-11-30 20:29:14 +01:00
parent c6aa79b0dd
commit 3182600a58
4 changed files with 173 additions and 50 deletions

View File

@@ -11,7 +11,7 @@ using namespace hyperpoint_vec;
ld sech(ld d) { return 1 / cosh(d); }
string shape_name[] = { "hypersian rug", "tractricoid", "Dini's surface", "Kuen surface", "concave barrel",
"hyperboloid", "hemisphere" };
"hyperboloid", "hemisphere", "crystal" };
eShape sh;