0

Early work on rotating stubborn textures

This commit is contained in:
Ryan Rector
2011-07-10 21:06:09 -06:00
parent e732eb6450
commit 6124ffd0ed
2 changed files with 68 additions and 4 deletions

View File

@@ -65,7 +65,8 @@ def pool_initializer(rendernode):
# make sure textures are generated for this process
# and initialize c_overviewer
textures.generate(path=rendernode.options.get('textures_path', None))
textures.generate(north_direction=rendernode.options.get('north_direction', None),
path=rendernode.options.get('textures_path', None))
c_overviewer.init_chunk_render()
# load biome data in each process, if needed