0

moved to a layer-based rendermode system, moved normal mode to base primitive

options are now handled partially in the python side, in rendermodes.py
This commit is contained in:
Aaron Griffith
2012-01-07 22:50:01 -05:00
parent 6f66a31738
commit e3610f8ac5
8 changed files with 204 additions and 158 deletions

View File

@@ -1,7 +0,0 @@
# c_overviewer must be imported first, because it imports other
# modules; leaving this out can lead to bad dependency loops
try:
import c_overviewer
except ImportError:
pass