1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-12 01:42:05 +00:00

new pmodel: Central Inversion (for Euclidean)

This commit is contained in:
Zeno Rogue
2019-07-03 04:53:56 +02:00
parent 15a9b6135b
commit fc43a4716b
5 changed files with 15 additions and 2 deletions
+1
View File
@@ -589,6 +589,7 @@ const modelinfo models[int(mdPolynomial)+1] = {
{X3("spiral/ring"), mf::hyper_or_torus | mf::quasiband},
{X3("native perspective"), 0},
{X3("azimuthal equi-volume"), mf::azimuthal | mf::equivolume | mf::euc_boring},
{X3("central inversion"), mf::azimuthal | mf::conformal},
{X3(""), 0},
{X3(""), 0},
{X3(""), 0},