1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-12 03:33:00 +00:00

improved model naming a bit

This commit is contained in:
Zeno Rogue
2019-03-20 02:12:37 +01:00
parent 46ae64e945
commit 3f941cabb0
4 changed files with 22 additions and 14 deletions

View File

@@ -1803,7 +1803,7 @@ vector<geometryinfo> ginf = {
#define X3(x) x, x, x
const modelinfo models[int(mdPolynomial)+1] = {
{X3("disk"), mf::azimuthal | mf::conformal},
{"disk/Gans", "general perspective", "general perspective", mf::azimuthal | mf::conformal},
{"half-plane", "inversion", "half-plane", mf::conformal},
{"band", "band", "Mercator", mf::band | mf::conformal},
{X3("polygonal"), mf::conformal},