Geometry List (RW Section)
From GTAModding
| RW Stream Section |
| Geometry List |
| 0x001A |
Geometry List is a container section used in DFF files as child of a clump section. Just like the clump section it does only store child sections and no data. All additional informations are hold by a struct section.
Structure
The struct section is the first child section of the list and stores the number of geometries.
4b - DWORD - Number of geometries
Child sections
- Geometry – Repeated multiple times. The amount is defined inside the structure.