mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-24 17:34:48 +00:00
3d:: all the regular honeycombs
This commit is contained in:
@@ -1132,8 +1132,8 @@ void optimizeview() {
|
||||
if(binarytiling) T = binary::relative_matrix(h2, viewctr.at);
|
||||
#endif
|
||||
#if MAXMDIM == 4
|
||||
if(euclid && DIM == 3) T = euclid3::relative_matrix(h2, viewctr.at);
|
||||
if(sphere && DIM == 3) T = sphere3::relative_matrix(h2, viewctr.at);
|
||||
else if(euclid && DIM == 3) T = euclid3::relative_matrix(h2, viewctr.at);
|
||||
else if(DIM == 3) T = reg3::relative_matrix(h2, viewctr.at);
|
||||
#endif
|
||||
#if CAP_ARCM
|
||||
if(archimedean) T = arcm::relative_matrix(h2, viewctr.at);
|
||||
|
||||
Reference in New Issue
Block a user