pchen66 / panolens.js

Javascript panorama viewer based on Three.js
https://pchen66.github.io/Panolens/
MIT License
2.79k stars 497 forks source link

Any idea why the Panolens viewer is blurring the picture? #324

Open prudhvinag007 opened 3 years ago

prudhvinag007 commented 3 years ago

This is the pano image https://casacommand.com/wp-content/uploads/2021/04/Image-20210410-112636.000.jpeg.jpeg

and this is where the panolens is used https://casacommand.com/view-panorama/?pano_id=1915

and this is my code viewer = new PANOLENS.Viewer({ container: container, // autoHideInfospot: false, output: 'console' });

        // Zoom length.
        viewer.getCamera().fov = 80;
        viewer.getCamera().updateProjectionMatrix();

I tried different settings for the FOV ranging from 40 to 100, but everything is getting pixelated.

Any idea why the viewer is diminishing the quality of the image?

prudhvinag007 commented 3 years ago

Could you explain to me what settings should I use to achieve the best quality in the viewer? right now it's pixelating.