mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	less aggressive backwall optimization in Solv
This commit is contained in:
		| @@ -5137,7 +5137,7 @@ EX void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) { | ||||
|     if(abs(H[0]) <= 3 && abs(H[1]) <= 3 && abs(H[2]) <= 3 ) ; | ||||
|     else { | ||||
|       hyperpoint H2 = inverse_exp(H, iLazy); | ||||
|       for(hyperpoint& cpoint: clipping_planes) if((H2|cpoint) < -.2) return; | ||||
|       for(hyperpoint& cpoint: clipping_planes) if((H2|cpoint) < -.4) return; | ||||
|       } | ||||
|     noclipped++; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue