Search found 2 matches
- Sun Jun 16, 2013 8:14 pm
- Forum: Support and Development
- Topic: How to blur whore game screen
- Replies: 5
- Views: 5405
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?
- Sun Jun 16, 2013 3:48 pm
- Forum: Support and Development
- Topic: How to blur whore game screen
- Replies: 5
- Views: 5405
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...