Vizard 7 » Tutorials & Examples » Appearance & texturing » 360 panoramas » Tutorial: Immersive panoramas
7.6

Tutorial: Immersive panoramas

Now we need to apply this texture to an object. The vizshape module provides a skybox shape for displaying cubemap textures around a user. To add the skybox use the following code:

sky = vizshape.addSkyBox()

Now apply the environment map texture to the skybox like so:

sky.texture(env)

Run your script. You will be surrounded by a panorama, which will always be centered around your head position.  

Loading panoramas

Immersive panoramas

Stereoscopic panoramas

Generating raw images