From: Antonio Ospite Date: Tue, 6 Mar 2007 17:31:55 +0000 (+0100) Subject: Try to use the Newell algorithm as default X-Git-Tag: vrm-0.3~8 X-Git-Url: https://git.ao2.it/vrm.git/commitdiff_plain/ae133d0af9d635758bb88c6fc6383d42b207d02f?ds=sidebyside Try to use the Newell algorithm as default Signed-off-by: Antonio Ospite --- 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