Scene
FourCC: OROM (0x4F524F4D)
Version: V0
Binary Layout
| # | Field | Type |
|---|---|---|
| 1 | commandCount | u32 |
| 2+ | (scene commands) | See Scene Commands |
The Scene resource reads commandCount, then for each command reads the cmdId (s32), seeks back, and dispatches to the appropriate scene command factory.