Search found 2 matches

by Xkonti
Sun Jun 16, 2013 8:14 pm
Forum: Support and Development
Topic: How to blur whore game screen
Replies: 5
Views: 5135

Re: How to blur whore game screen

So I have to draw SpriteBatch with enabled blur shader or draw rectangle with shader over previously drawn layer?
by Xkonti
Sun Jun 16, 2013 3:48 pm
Forum: Support and Development
Topic: How to blur whore game screen
Replies: 5
Views: 5135

How to blur whore game screen

I'm writing tile-based game. Level contains few layers. I want to blur layers beneath player but I can't find any explanation how to blur screen. I am thinking of something like that process: - Draw layer 0 - Draw layer 1 - Draw layer 2 - Blur whole Screen - Draw layer 3 (with player) - Draw layer 4...