1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

fixed a bug in octahedral honeycombs

This commit is contained in:
Zeno Rogue 2019-10-10 13:48:43 +02:00
parent 671990731c
commit e80869e14e

View File

@ -82,6 +82,7 @@ EX namespace reg3 {
}); });
if(S7 == 8) { if(S7 == 8) {
angle_between_faces = min(angle_between_faces, M_PI - angle_between_faces);
/* 24-cell is a special case because it is the only one with '4' in the middle of the Schlaefli symbol. */ /* 24-cell is a special case because it is the only one with '4' in the middle of the Schlaefli symbol. */
/* The computations above assume 3 */ /* The computations above assume 3 */
hyperpoint h1 = hpxy3(.5,.5,.5); hyperpoint h1 = hpxy3(.5,.5,.5);