>
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 LOBJ chunk ids, prefixed with a variable-length integer |
| 1+ | list of associated LSTG chunk 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 LSTA chunk ids, prefixed with a variable-length integer |
LSTA chunkprovides information on a scene state.
| length | description |
|---|---|
| 1+ | data for the state, properties structure |