mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-08 10:14:08 +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);
|
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 && geuclid) scalefactor *= (1 + vid.depth);
|
||||||
if(msphere && ghyperbolic) scalefactor *= sinh(1 + vid.depth);
|
if(msphere && ghyperbolic) scalefactor *= sinh(1 + vid.depth);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user