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
Hi,
Is it possible to add tags/label in a 360 degree photo. Similar to this
Any suggestion or help is appreciated
You can take a look at Panolens.js is a panorama library based build on three.js
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.