mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 04:17:39 +00:00
3D:: 120-cell
This commit is contained in:
10
polygons.cpp
10
polygons.cpp
@@ -1615,7 +1615,7 @@ hpcshape
|
||||
|
||||
shAsymmetric,
|
||||
|
||||
shBinaryWall[9],
|
||||
shBinaryWall[12],
|
||||
|
||||
shDodeca;
|
||||
#endif
|
||||
@@ -2464,6 +2464,14 @@ void buildpolys() {
|
||||
}
|
||||
}
|
||||
|
||||
if(DIM == 3 && sphere) {
|
||||
for(int w=0; w<12; w++) {
|
||||
bshape(shBinaryWall[w], PPR::WALL);
|
||||
for(int a=0; a<=5; a++)
|
||||
hpcpush(sphere3::dodefaces[w*5+a%5]);
|
||||
}
|
||||
}
|
||||
|
||||
ld krsc = 1;
|
||||
if(sphere) krsc *= 1.4;
|
||||
if(S7 ==8) krsc *= 1.3;
|
||||
|
||||
Reference in New Issue
Block a user