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

@@ -228,6 +228,7 @@ rendermode_lighting_draw(void *data, RenderState *state, PyObject *src, PyObject
}
RenderModeInterface rendermode_lighting = {
"lighting", "draw shadows from the lighting data",
sizeof(RenderModeLighting),
rendermode_lighting_start,
rendermode_lighting_finish,