mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	embeddings:: fixed scalefactor for euc_in_noniso
This commit is contained in:
		| @@ -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); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue