Skip to content

Instantly share code, notes, and snippets.

@agrif
Created March 9, 2012 15:45
Show Gist options
  • Save agrif/2007168 to your computer and use it in GitHub Desktop.
Save agrif/2007168 to your computer and use it in GitHub Desktop.
(worlds
("myworld" "/path/to/myworld"))
(renders
("dayrender"
:world "myworld"
:title "Daytime"
:rendermode smooth-lighting
:imgformat "jpg"
:northdirection "upper-right")
("nightrender"
:world "myworld"
:title "Nighttime"
:rendermode smooth-night
:imgformat "jpg"
:northdirection "upper-right"))
(outputdir "/path/to/mymap")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment