embeddings:: fixed scalefactor for euc_in_noniso

This commit is contained in:
Zeno Rogue 2023-02-03 23:45:45 +01:00
parent f09b94bfcd
commit 941379ba2a
1 changed files with 0 additions and 1 deletions

View File

@ -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);