From ae133d0af9d635758bb88c6fc6383d42b207d02f Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 6 Mar 2007 18:31:55 +0100 Subject: [PATCH] Try to use the Newell algorithm as default Signed-off-by: Antonio Ospite --- vrm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrm.py b/vrm.py index e6ac4d4..84e4588 100755 --- 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 -- 2.1.4