1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 11:57:40 +00:00

product:: works for bitruncated tilings

This commit is contained in:
Zeno Rogue
2019-08-18 20:13:46 +02:00
parent ebcaabf692
commit a2919f5a9c
5 changed files with 57 additions and 18 deletions

View File

@@ -272,6 +272,8 @@ hpcshape
int SD3, SD6, SD7, S12, S14, S21, S28, S42, S36, S84;
vector<int> walloffsets;
vector<array<int, 3>> symmetriesAt;
#ifndef SCALETUNER
@@ -311,6 +313,9 @@ hpcshape
void make_sidewalls();
void procedural_shapes();
void make_wall(int id, const vector<hyperpoint> vertices, vector<ld> weights = equal_weights);
void reserve_wall3d(int i);
void compute_cornerbonus();
void create_wall3d();
void configure_floorshapes();