lcd to jit.matrix?

Sophia's icon

Does anyone have a patch that fills a matrix with the contents of an lcd? I figured I'd ask before wasting time on the math. I'd be using it to draw an alpha channel, so it'd also have to be able to fill in enclosed shapes.

seejayjames's icon

use jit.lcd instead, as I understand it, that's already a matrix and can go into jit.matrix without any further effort. no sprites though.

Sophia's icon

Oh, jeez. Guess I didn't look over the jit.lcd help patch enough. I thought it was only for procedural drawing, but I see the moveto command makes it just like lcd. Thanks!