Page 1 of 1

setFilter on Quads

Posted: Sat Dec 12, 2009 11:58 pm
by macdonag
Hi

I'm trying to scale up a quad, but I don't want to use any filtering on it. How can I do this? I see setFilter exists for images, but is there any way to use it (or something similar) for quads?

Thanks.

Re: setFilter on Quads

Posted: Sun Dec 13, 2009 2:23 am
by TechnoCat
You can just set the filter on the image you are passing into the quad.

For example: load this up and press 'c'
quads.love
(859 Bytes) Downloaded 209 times

Re: setFilter on Quads

Posted: Sun Dec 13, 2009 8:54 am
by macdonag
Odd, I thought I'd tried that! Anyway, thanks, that works a treat.