HomefieldOfView | SPi-V dev

Navigation

user

Minimal XML demo

Description

This demo shows a minimal XML file referencing a single cubic panorama. The XML file in question is very similar to what the SPi-V engine would generate internally when the viewer is used in simple mode.

Notice how the panoelement node in the XML file does not specify the type attribute. When omitting the type attribute, the engine will try to determine the panoramic format of the panoelement based on the dimensions of the image node referenced by the panoelement. The same XML file could also reference a spherical or cylindrical image.

For a line-by-line breakdown of what each line means, please read this article.

View example

minimal.xml

Download

minimal.zip (200 kb)

History

  • 28-Jul-04: Repackaged and reposted, added description