Bar Ziony
Bar Ziony
Any update on this issue? I can reproduce it as well.
@abpetkov , Do you plan to fix this issue? Without the change proposed by @ingro, Switchery cannot be used with RequireJS. Thanks!
@abpetkov After some further researched, I don't think this is fastclick's problem. For example, Hammer.js, which is well maintained, is behaving in the same wayif you include them as a...
Thanks! I think I'm using `viewer.setUpdate` correctly - I don't want it to update every frame, just when I call `viewer.setUpdate(false)` explicitly (my source is a canvas that I rarely...
Why is that what I should have been doing all along? I just want to tell Pannellum "Please take a new image from my source", but only once. How should...
@mpetroff Nice, thank you! I will try this out today and let you know if there are any issues.
@mpetroff I'm trying to use `viewer.updateOnce` (without ever calling/using `setUpdate`), and I think there's an issue with it: `viewer.updateOnce` sets `updateOnce` to true, and then immediately calls `viewer.setUpdate(true)`, which in...
@mpetroff Thanks! I think `updateOnce` is still not working, because it doesn't set the `update` flag, only `updateOnce`. So `animate` doesn't even call `requestAnimationFrame`, and `dynamic: update` is false when...
> Changing the size is not a case that I considered. I would generally recommend against it, since it also bypasses other checks, such as making sure the texture isn't...
@ElieSauveterre I'm still getting the same build errors with your version. Anything changed?