projects
/
vrm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d240268
)
Try to use the Newell algorithm as default
author
Antonio Ospite <ospite@studenti.unina.it>
Tue, 6 Mar 2007 17:31:55 +0000
(18:31 +0100)
committer
Antonio 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
patch
|
blob
|
history
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