retitled hat parameter

This commit is contained in:
Zeno Rogue 2023-05-31 02:09:27 +02:00
parent 5054b12b93
commit 965996b3fb
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ EX void initConfig() {
param_custom(vid.binary_width, "binary tiling width", menuitem_binary_width, 'v');
param_f(hat::hat_param, "hat_param", "hat_param", 1)
-> editable(0, 2, 0.1, "hat parameter",
-> editable(0, 2, 0.1, "hat/spectre/turtle parameter",
"Apeirodic hat tiling based on: https://arxiv.org/pdf/2303.10798.pdf\n\n"
"This controls the parameter discussed in Section 6. Parameter p is Tile(p, (2-p)√3), scaled so that the area is the same for every p."
"Aperiodic spectre tiling based on: https://arxiv.org/abs/2305.17743\n\n"