Try to use the Newell algorithm as default
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 6 Mar 2007 17:31:55 +0000 (18:31 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 24 Sep 2009 17:09:57 +0000 (19:09 +0200)
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
vrm.py

diff --git a/vrm.py b/vrm.py
index e6ac4d4..84e4588 100755 (executable)
--- a/vrm.py
+++ b/vrm.py
@@ -114,7 +114,7 @@ class config:
     polygons = dict()
     polygons['SHOW'] = True
     polygons['SHADING'] = 'FLAT' # FLAT or TOON
-    polygons['HSR'] = 'PAINTER' # PAINTER or NEWELL
+    polygons['HSR'] = 'NEWELL' # PAINTER or NEWELL
     # Hidden to the user for now
     polygons['EXPANSION_TRICK'] = True