Gaurav Dixit

Results 2 comments of Gaurav Dixit

@goldfire Did you find anything that might be causing this? Honestly, >100 draw calls seem a bit too much for mobile web. Do you have loads of display objects? From...

@goldfire `Kill()` will set `this.visible` to false. And by the looks of things, `PIXI.DisplayObjectContainer.prototype.updateTransform()` and `PIXI.Sprite.prototype._renderWebGL()` return if `!this.visible`. So you are neither updating transforms nor uploading them to the...