projects
/
vrm.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Try to use the Newell algorithm as default
[vrm.git]
/
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