mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 01:37:57 +00:00
Big change: spatial_embedding option
This commit is contained in:
@@ -372,7 +372,7 @@ EX namespace history {
|
||||
v[ph+1]->at * C0;
|
||||
|
||||
View = xpush(-(phase-ph) * hdist(now, next)) * View;
|
||||
if(WDIM == 2 || prod) {
|
||||
if(WDIM == 2 || mproduct) {
|
||||
View = models::rotmatrix() * View;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user