besserwisser
                                            besserwisser
                                        
                                    Haxeflixel really needs the feature to set anchor points manually! It really gives me headaches currently to implement the object rotation from Tiled objects...
I do have major jittering as well when rotating or moving sprites. It does not matter if I have pixelperfectposition set to false or true. Also undoing the changes in...
@JoeCreates Thanks for your response. I already tried that. It does not work for HTML5, but for example it works for Flash. It seems like the pixelperfectrender setting has no...
I just tried Flash and there is jittering with Flash. But if I set `this.testSprite.pixelPerfectRender = false; ` the rotation is smooth in Flash! But the HTML5 Output ist still...
@illuisrojass have you found something?
Have you found a workaround?
@JeremD This works for me! It feels hacky, but it seems like there is not a elegant solution available. I did it even more dirty without the windowService: `filter(queryParams =>...