Hi all. My question - in title. I have scrolable and zooming world, but need tilt-shift effect (ui layer hide from this)
I need to make tilt-shift effect but dont know how it make with very low cost.
I know 2 variants -
1. create iframe with this page from bottom and top, than blur it - but it be good for promopage or single player game - not for multipayer game
2. on update function save canvas as image, then insert it as sprite on top layer and blur - but it very expensive i think
I know that Gio work in webgl - may be exist a shader for me?)