Integrate a 3D pano in blocs

Now i found a way to integrate 3D panos in blocs. Here is an example with audio… just click on the 3D view… button and you can use your mouse inside…

http://drone.infinityfreeapp.com

4 Likes

Very cool find, @yellow!

very nice, how did you solve it?

I have to make a little story about it soon… :slight_smile:

Here my little story as a receipe

you will need

  • a Drone to take a 360° picture

  • maybe Software to enhance drone footage

  • e.g. Panoramastudio Pro Software to Export of interactive HTML5 3D panoramas

  • Blocs

  • make a page you can integrate a button like «3D view…»

  • make a row - in this row you will have a column

  • in this column make modal and in this model integrate a Code Widget.

  • the Code Widget contain an iframe code to view the 3D pano (Edit Code in the Settings). The iframe
    dode exist in the Viewer documentation. Make sure the path is correct after export to the web.

  • in the «3D view…» button change the Interactions Type to Toggle Modal and the right Modal ID

  • now you can make your desired page settings

  • Export Project in Blocs and test