SFML community forums

Help => Graphics => Topic started by: __fastcall on October 18, 2008, 11:59:01 pm

Title: PostFX question, controlling affected area
Post by: __fastcall on October 18, 2008, 11:59:01 pm
Quick question(s):

Can I apply a shader to a certain area on the screen?  I need to apply a mask over a tile (for every tile) in a breakout-style game.  Is there any significant overhead I should know about when drawing a PostFX?  If I can't apply a shader to certain areas of the screen per tile x60/s, can I use a separate texture, i.e. render target, to render my masks onto?

Thanks for any responses!  
__fastcall

EDIT:
I have tried setting PostFX's scale and position, which rendered the result of the shader (the whole entire screen) onto the area.
Title: PostFX question, controlling affected area
Post by: Laurent on October 19, 2008, 09:11:35 am
Take a look at the roadmap, everything you need is there and will be implemented in new versions (maybe not 1.4).
Title: PostFX question, controlling affected area
Post by: __fastcall on October 19, 2008, 10:16:08 pm
Ah, so it is not currently possible.   :(

Thanks, I will research alternative methods.