1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 06:26:02 +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

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},