mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	3d:: set geometry parameters in sphere3
This commit is contained in:
		| @@ -88,6 +88,14 @@ void precalc() { | |||||||
|     goto finish; |     goto finish; | ||||||
|     } |     } | ||||||
|    |    | ||||||
|  |   if(sphere && DIM == 3) { | ||||||
|  |     rhexf = hexf = 0.378077; | ||||||
|  |     crossf = hcrossf = 0.620672; | ||||||
|  |     tessf = 1.090550; | ||||||
|  |     hexhexdist = 0.566256; | ||||||
|  |     goto finish; | ||||||
|  |     } | ||||||
|  |  | ||||||
|   fmin = 0, fmax = hyperbolic ? 10 : 3; |   fmin = 0, fmax = hyperbolic ? 10 : 3; | ||||||
|    |    | ||||||
|   for(int p=0; p<100; p++) { |   for(int p=0; p<100; p++) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 ?
					?