mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-08 18:24:07 +00:00
do not draw boundary in band transition
This commit is contained in:
parent
7b4028418e
commit
9ca5fafa9b
@ -1267,6 +1267,7 @@ void draw_boundary(int w) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case mdBand: case mdBandEquidistant: case mdBandEquiarea: case mdSinusoidal: {
|
case mdBand: case mdBandEquidistant: case mdBandEquiarea: case mdSinusoidal: {
|
||||||
|
if(pmodel == mdBand && conformal::model_transition != 1) return;
|
||||||
bool bndband = ((pmodel == mdBand) ? hyperbolic : sphere);
|
bool bndband = ((pmodel == mdBand) ? hyperbolic : sphere);
|
||||||
transmatrix T = spin(-conformal::model_orientation * degree);
|
transmatrix T = spin(-conformal::model_orientation * degree);
|
||||||
ld right = M_PI/2 - 1e-5;
|
ld right = M_PI/2 - 1e-5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user