Interactive 360 degree photo

Hi,
Is it possible to add tags/label in a 360 degree photo. Similar to this


Website reference - Interior of the Limited Area Sentry Station (LASS) - SeekBeak

Any suggestion or help is appreciated

You can take a look at Panolens.js is a panorama library based build on three.js

1 Like

Yes, you’re probably looking for THREE.Sprite, which always points at the camera, regardless of rotation. See here for a live demo, it also has mouse-click interactivity.

1 Like