From 85b6faf6eb6f69cd677d907814687812598faa1b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 7 Apr 2018 22:29:12 +0100 Subject: [PATCH] visual: reduce nv and nw for debugging Signed-off-by: Ian Jackson --- visual | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/visual b/visual index f0b9b49..0ca5a7b 100755 --- a/visual +++ b/visual @@ -17,8 +17,8 @@ scene.fov = 1E-3 from moebius import * from moedebug import * -nv = 40 -nw = 40 +nv = 10 +nw = 10 class Visdebug(BaseVisdebug): def curve(vd, fn, color=color.yellow): -- 2.30.2