HomefieldOfView | SPi-V dev

Legend

  • required
  • not yet implemented

Navigation

user

<meta>

Description

The meta node contains nodes that provide metadata about the panoramic scene or the whole tour (in case the meta node is within the global node). Meta data is typically not directly visible in a scene, but may play a role in how the scene behaves (eg camera dynamics), or offer more extensive information about the scene or tour.

Syntax

<tour>
  <global>
    <meta>
      ...
    </meta>
    ...
  </global>

  <scene>
    <meta>
      ...
    </meta>
    ...
  </scene>
</tour>

Attributes

none

History

  • 01-Apr-04: Initial version
  • 06-Apr-04: Added copyright
  • 18-Apr-04: Cosmetic changes