do not draw boundary in band transition

This commit is contained in:
Zeno Rogue 2018-11-11 11:24:20 +01:00
parent 7b4028418e
commit 9ca5fafa9b
1 changed files with 1 additions and 0 deletions

View File

@ -1267,6 +1267,7 @@ void draw_boundary(int w) {
}
case mdBand: case mdBandEquidistant: case mdBandEquiarea: case mdSinusoidal: {
if(pmodel == mdBand && conformal::model_transition != 1) return;
bool bndband = ((pmodel == mdBand) ? hyperbolic : sphere);
transmatrix T = spin(-conformal::model_orientation * degree);
ld right = M_PI/2 - 1e-5;