---
title: VR world atom container
framework: quicktime-file-format
role: symbol
role_heading: Atom
path: quicktime-file-format/vr_world_atom_container
---

# VR world atom container

An atom that contains name for the entire scene, the default node ID, and default imaging properties, as well as a list of the nodes contained in the QTVR track.

## Overview

Overview The VR world atom container (VR world for short) includes such information as the name for the entire scene, the default node ID, and default imaging properties, as well as a list of the nodes contained in the QTVR track. A VR world can also contain custom scene information. QuickTime VR ignores any atom types that it doesn’t recognize, but you can extract those atoms from the VR world using standard QuickTime atom functions. The following shows the structure of the VR world atom container. The component atoms are defined and their structures are shown in the sections that follow. VR world ├── VR world header ├── Name string ├── Imaging parent │   ├── Panorama imaging │   └── Panorama imaging ├── Node parent │   ├── Node ID │   │   └── Node location │   ├── Node ID │   │   └── Node location │   ├── ... └── Cursor parent     ├── Cursor     ├── Color cursor     ├── ...

## See Also

### Describing VR worlds

- [QTVR string atom](quicktime-file-format/qtvr_string_atom.md)
- [VR world header atom](quicktime-file-format/vr_world_header_atom.md)
- [Imaging parent atom](quicktime-file-format/imaging_parent_atom.md)
- [Panorama imaging atom](quicktime-file-format/panorama_imaging_atom.md)
