]> git.sesse.net Git - movit/commit
Use triangle strips instead of quads.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 8 Mar 2014 20:44:43 +0000 (21:44 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 8 Mar 2014 20:57:27 +0000 (21:57 +0100)
commitba1339c311f67fa4718e6995d8bc446ac45e3244
tree03704a17490fd8587e0a666d288652e91c33b5cc
parentd398770154ecc4bc95282dc45656789dd5686309
Use triangle strips instead of quads.

GL_QUADS is deprecated, seemingly, so rearrange things a bit so that
they become small triangle strips instead.
effect_chain.cpp
init.cpp