0

Initial version of C lighting code

Needs *lots* of performance work
This commit is contained in:
Andrew Chin
2011-03-19 22:55:59 -04:00
parent 26d781f249
commit e096eb45ff
9 changed files with 284 additions and 3 deletions

View File

@@ -140,7 +140,7 @@ def main():
logging.info("Notice: Not using biome data for tinting")
# First do world-level preprocessing
w = world.World(worlddir, useBiomeData=useBiomeData)
w = world.World(worlddir, useBiomeData=useBiomeData, lighting=options.lighting)
w.go(options.procs)
# Now generate the tiles