0

merged lighting and non-lighting render code

This commit is contained in:
Aaron Griffith
2011-03-21 06:02:47 -04:00
parent fd0924a93b
commit 2881324084
4 changed files with 59 additions and 253 deletions

View File

@@ -24,8 +24,6 @@ static PyMethodDef COverviewerMethods[] = {
"alpha over composite function"},
{"render_loop", chunk_render, METH_VARARGS,
"Renders stuffs"},
{"render_loop_lighting", chunk_render_lighting, METH_VARARGS,
"Renders stuffs, lighting"},
{NULL, NULL, 0, NULL} /* Sentinel */
};