 >
          technical stuff
          >
          the file formats
          >
          scenes
          >
          technical stuff
          >
          the file formats
          >
          scenes
        
scenes can be created and used with veadotube.
LSCN chunkprovides information on a scene.
| length | description | 
|---|---|
| 1+ | data for the scene, properties structure | 
| 1+ | list of associated LOBJchunk ids, prefixed with a variable-length integer | 
| 1+ | list of associated LSTGchunk ids, prefixed with a variable-length integer | 
LOBJ chunkprovides information on a scene object.
| length | description | 
|---|---|
| 1+ | data for the object, properties structure | 
LSTG chunkprovides information on a scene state group.
| length | description | 
|---|---|
| 1+ | data for the state group, properties structure | 
| 1+ | list of associated LSTAchunk ids, prefixed with a variable-length integer | 
LSTA chunkprovides information on a scene state.
| length | description | 
|---|---|
| 1+ | data for the state, properties structure |