From: Ian Jackson Date: Sat, 7 Apr 2018 21:29:12 +0000 (+0100) Subject: visual: reduce nv and nw for debugging X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=85b6faf6eb6f69cd677d907814687812598faa1b;p=moebius3.git visual: reduce nv and nw for debugging Signed-off-by: Ian Jackson --- 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):