0

Initial version of C lighting code

Needs *lots* of performance work
This commit is contained in:
Andrew Chin
2011-03-19 22:55:59 -04:00
parent 26d781f249
commit e096eb45ff
9 changed files with 284 additions and 3 deletions

View File

@@ -24,6 +24,8 @@ 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 */
};