Skip to content

Radial blur filter and rotating sprite #490

Answered by hansagames
hansagames asked this question in Q&A
Discussion options

You must be logged in to vote

Ok after debuging shader code found reason. As element was rotated it bounds were growing and at some point went out of screen.
And realized that filters default behaviour is to push it back into screen clipToViewport. So wobbling was caused by changing bounds that pushed filter result back in screen. Fixed by setting clipToViewport to false

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hansagames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant