0

added metadata to rendermodes, and python bindings for them

This commit is contained in:
Aaron Griffith
2011-03-29 05:13:25 -04:00
parent 862ee62cb9
commit 5f0766839e
7 changed files with 88 additions and 9 deletions

View File

@@ -164,6 +164,7 @@ rendermode_normal_draw(void *data, RenderState *state, PyObject *src, PyObject *
}
RenderModeInterface rendermode_normal = {
"normal", "nothing special, just render the blocks",
sizeof(RenderModeNormal),
rendermode_normal_start,
rendermode_normal_finish,