On Jun 9, 1:34 pm, GAD Zombie <zom...@[EMAIL PROTECTED]
> wrote:
> Hi
> As far as I know, pixel shader lets me to modify texels drawn in the
> texture on vertex. But how should I made it, when I wish to make a
> shader program to make effect for full screen. Let's say I wish to make
> screen black & white or change visible resolution or other effect for
> full screen. I wish to normally draw my 3D scene and make it looks
> different using some effect.
>
Make a texture the same size as the screen and
render to that. Now draw a quad with this texture
and your effect shader.
This is how most games render the view these days,
that's how they do ****mmer over "hot" things, etc.
--
<\___/>
/ O O \
\_____/ FTB. Remove my socks for email address.


|