This example demonstrates how to create a 360-degree panoramic view using an equirectangular image mapped to a sphere as a texture.
The example uses a Sphere component with materialType="standard" and applies the equirectangular image as a texture map. The sphere is configured with side: 1 to render the inside of the sphere, allowing the viewer to see the panorama from within.
Place the image file (e.g., images/farm_house.jpg) in the folder specified by the static_root argument of the Vuer class. The Vuer frontend will load the texture from http://localhost:8012/workspace/images/farm_house.jpg.