mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	embeddings:: removed height_limit for Clifford torus since it seems buggy
This commit is contained in:
		| @@ -891,7 +891,7 @@ struct emb_euc_cylinder_sl2 : emb_euc_cylinder_twisted { | ||||
| struct emb_euc_in_sph : emb_euclid_noniso { | ||||
|   bool is_euc_in_sph() override { return true; } | ||||
|   ld center_z() override { return 1; } | ||||
|   virtual ld height_limit(ld sign) override { return sign < 0 ? 0 : 90._deg; } | ||||
|   // virtual ld height_limit(ld sign) override { return sign < 0 ? 0 : 90._deg; } | ||||
|   hyperpoint actual_to_intermediate(hyperpoint a) override {  | ||||
|     ld tx = hypot(a[0], a[2]); | ||||
|     ld ty = hypot(a[1], a[3]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue