cnr-isti-vclab / openlime

Web-based, advanced images viewer (RTI, multispectral, BRDF, etc. )
GNU General Public License v3.0
23 stars 6 forks source link

Object 360 support #42

Open nickos64252 opened 1 year ago

nickos64252 commented 1 year ago

Hello,

would it be possible to add a "360 object" support ?

This is not about equirectangle or stereoscopic as 360 image. A 360° object is a set of image (column and rows) displayed one at a time; and by dragging the mouse, it change to the closest image according to the direction of the dragging.

Nicolas

ponchio commented 1 year ago

Hi, it should not be hard to do, but I wonder how exactly this would work, do you have an example to point at? (should the view 'snap' ? what about zooming? etc.)

    Additionally is there any reason not to use a different existing implementation?

    Federico
nickos64252 commented 1 year ago

Hi,

you can find some example by browsing

https://photo3d.univ-lille.fr/360/ ( or directly https://photo3d.univ-lille.fr/PH/PH00095/HTML5Viewer.html or https://photo3d.univ-lille.fr/BV/BV00085/HTML5Viewer.html)

Some commercial examples :

https://www.magictoolbox.com/magic360/examples/

There is not a lot of free option to do 360 objects. And with openlayer, each image could be an annotated layer (no existing implementation)

Thanks

Nicolas