pannellum
pannellum copied to clipboard
Pannellum is a lightweight, free, and open source panorama viewer for the web.
my panorama code: ```js window.pannellum.viewer('panorama', { type: 'equirectangular', panorama: 'images/p.jpg', autoLoad: true, showZoomCtrl: false, showFullscreenCtrl: false, compass: false, orientationOnByDefault: false, minPitch: 0, maxPitch: 0, minHfov: 60, maxHfov: 60, hotSpots: [...
Good afternoon. First of all - thanks for the wonderful free script! I tested the panorama view - everything is fine. But I got a problem. I uploaded the image...
I added types for typescript. I would like to devlop in typescript env. I know pannellum is not commonjs working. it works only on browser. It doesn't work in commonjs...
Hi there, what a great project. Thank you!! I am on an M1 MacbookPro and am trying to use Docker (`version 20.10.11, build dea9396`) to make the `utils/multires/generate.py` script work....
Hi, great library, thanks! I'm rendering the screen scene as you've demonstrated [here](https://github.com/mpetroff/pannellum/blob/308d86ecd9ba8da7210b3cf922fe38b4de976cd6/src/js/pannellum.js#L2478) and would like to include the hotspots, and possibly their tooltips. Is this something that's possible or...
Hello there, I'm creating a website with LeafletJS and Pannellum, and I'm wondering how to sync "filename" in geoJSON as a Pannellum "panorama:" object image. What I want to do...
I am rewriting generate.py in java, do you have any supporting documents, I am going to reverse engineer, but maybe you have documentation to make this task easier?
Hello, is there a way how to change default image loading? Progressive image loading with [blur effect](https://raw.githubusercontent.com/dombrant/blurry-image-load/master/img/blur-effect.gif) could be nice feature
Hi, I am using React with Pannellum. In component B, which is a child of component A, I have this method: const loadScene = sceneId => { console.log(CONFIG[period].scenes[sceneId]); // works...
Hello Friends, Can any one help me. In implementing Walk through effect in pannellum.. Thanks in Advance.