mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
embeddings:: fixed scalefactor for euc_in_noniso
This commit is contained in:
parent
f09b94bfcd
commit
941379ba2a
@ -777,7 +777,6 @@ void geometry_information::prepare_basics() {
|
||||
scalefactor *= exp(-vid.depth);
|
||||
}
|
||||
|
||||
if(cgi.emb->is_euc_in_noniso()) scalefactor *= geom3::euclid_embed_scale;
|
||||
if(msphere && geuclid) scalefactor *= (1 + vid.depth);
|
||||
if(msphere && ghyperbolic) scalefactor *= sinh(1 + vid.depth);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user