Matthew Petroff
Matthew Petroff
You're going to have to be a bit more specific with what you need help with.
You just repeated what you said before. What do you mean by a "walk through effect"? Also Pannellum isn't a tool for stitching 360 degree images, just displaying them; something...
Street View-like (or Matterport-like) transitions require a 3d-reconstruction of the scene (using photogrammetry and/or lidar). This is not supported by Pannellum.
That gets very complicated very quickly. The feature matching would need to be at least semi-automated to make it useful, and the transforms would need to be implemented on the...
What messages are shown in the developer console?
What about network activity? Does it actually load the image? I've never seen such behavior, and I don't have a device that runs a recent version of iOS to test...
> I linked the phone to the computer and debug it with Safari This is what I asked you to do originally. When you're remotely debugging, are there any warnings...
This would require an event for any movement of the viewport, which is tracker in #310.
Setting `autoRotate: 0` accomplishes nothing, since no auto rotation is the default. I tried to test the example with an iPhone 5c, but CodePen just loads an obnoxious "unsupported browser"...
You'd have to modify the `onDocumentMouseMove` function in `pannellum.js` to use a different algorithm. The current behavior is intentional, with the goal of having the drag location follow the pointer...