Page 1 of 1

Textured quad

Posted: Wed Mar 16, 2011 10:27 pm
by NÖÖB
Using the same rendering technique as my previous plasma project (http://love2d.org/forums/viewtopic.php? ... 576#p27384), I've now modified it to display a textured quad. This is my last effort at per-pixel operations.. lol :x it's sloooow. Again, excuse my code, I've not yet learned about tables and whatnot, and I'm using arrays to setup the quad.. I think.

Here it is:
texturedquad.love
(155.69 KiB) Downloaded 143 times

Re: Textured quad

Posted: Wed Mar 16, 2011 11:09 pm
by EmmanuelOga
Hmmmm since löve uses opengl on the backend, I would be awesome to have some support for glBindTexture available.