google / marzipano

A 360° media viewer for the modern web.
http://www.marzipano.net
Apache License 2.0
1.98k stars 996 forks source link

Rendering hotspots in vr mode #287

Open Abhijeetk829 opened 4 years ago

Abhijeetk829 commented 4 years ago

Is it possible or have there been any new implementation on how to display hotspots in VR mode? Also if it possible to display hotspots in 360 videos both in normal and VR mode? If not, when can we expect to get that feature?

tjgq commented 4 years ago

Hotspots are implemented using HTML elements, whereas WebVR can only display the contents of a WebGL canvas. Therefore (short of implementing an HTML renderer for WebGL :-)) the best we could do is display static images. But this hasn't been implemented, and there are no plans to do so.