From 43f345234abc99910edf4e4f1622b6ee2ca6bc1c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 3 Feb 2023 16:20:26 +0100 Subject: [PATCH] embeddings:: do not try to display model boundary in perspective --- hypgraph.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hypgraph.cpp b/hypgraph.cpp index 8275d8ca..fbcac426 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -2791,7 +2791,9 @@ EX void draw_boundary(int w) { return; } - default: break; + default: + if(models::is_perspective(pmodel)) return; + break; } if(sphere && pmodel == mdDisk && pconf.alpha > 1) {