facebookarchive / react-360

Create amazing 360 and VR content using React
https://facebook.github.io/react-360
Other
8.73k stars 1.22k forks source link

Multiresolution Panoramas #284

Open hjnieuwenhuizen opened 7 years ago

hjnieuwenhuizen commented 7 years ago

Do you have any examples of multiresolution panoramas with React-VR? Is this possible with React-VR

mikearmstrong001 commented 7 years ago

We do have an implementation (HPano.js) in the repo. This is a hierarchical based pano which I've had working with 20k and above (Giga resolution panos), what is not there is a tools pipeline to create the representation and when I was implementing and testing this I ended up string together a set of convert (image magik) commands to repeatedly mipmap and tile a large image. It is something we will revisit based on priorities of GH and also our internal products.

hjnieuwenhuizen commented 7 years ago

Thank you Mike. This would be magic as we are currently investigating how we can implementing this into our app.

ctoLarsson commented 7 years ago

+1

onlinermm commented 6 years ago

+1

mn10000 commented 6 years ago

Hello. Just wondering if there are any updates to this feature request yet? Or perhaps an implementation you can link us to? Thanks

douglasrhiner commented 5 years ago

I’m here at Connect 5, trying to talk to someone with regards to this issue. Multi resolution panoramas are a must-have. KRPano, which we leverage right now, uses this paradigm and is in valuable. Is there any progress on this or a possible work-around we could use?