Resolution

Is there a sneaky way of altering the resolution of a renderer to something like 100 x 100 pixels or less. Whenever i load an image of something like 5 pixels by 5 vvvv blends the edges in the renderer so instead of getting a hard edge square pixel it displays sorft edge pillow like dots.

cheers

D

if the 5x5 image is on a quad, use the Filter (EX9.SamplerState) to change the upscale filter…

but the renderer has also input pins to set the actual render size.

Ah, superb, thanks tonfilm! tried mesing with the various input pins on the renderer earlier but didnt give the desired results!

Thanks again

D