mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-28 01:44:54 +00:00
embeddings:: fixed items size in euc_in_hyp
This commit is contained in:
parent
c5e05bd199
commit
ec4ceb5347
@ -789,6 +789,11 @@ void geometry_information::prepare_basics() {
|
||||
if(scale_used()) zhexf *= vid.creature_scale;
|
||||
if(WDIM == 2 && GDIM == 3) zhexf *= 1.5, orbsize *= 1.2;
|
||||
|
||||
if(cgi.emb->is_euc_in_hyp()) {
|
||||
zhexf *= exp(-vid.depth);
|
||||
orbsize *= exp(-vid.depth);
|
||||
}
|
||||
|
||||
floorrad0 = hexvdist* (GDIM == 3 ? 1 : 1 - 0.08 * global_boundary_ratio);
|
||||
floorrad1 = rhexf * (GDIM == 3 ? 1 : 1 - 0.06 * global_boundary_ratio);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user