David Figatner

Results 213 comments of David Figatner

I'm going to close this. If someone needs this functionality, please reopen and push a navigator check. i have no way of testing this.

If your canvas is not full screen, then ensure you include the `viewport.option.interaction = renderer.plugins.interaction` to compensate for the difference between canvas and corner of page. Otherwise it should work.

I've created a few minimaps in the past with pixi-viewport. It's relatively straightforward. You need to map the coordinates system between the two. Everything else is project-specific (since in most...

Thanks for the bug report. I added babel to the dist/viewport.js, published as 4.19.1. There should be no more es6 code in that bundle. Let me know if you have...

Have you tried `viewport.options.stopPropagation = true`?

Easiest way is to clone the scene. You'll end up having two of all your objects, but the objects are not particularly expensive to store, and if you duplicate any...

We don't know if it's going to be a move or a click until after the move starts. I guess we could emit a moved-start on the first mouse move....

What are you trying to do? PointerDown will give you when the mouse is pressed.