Difference between revisions of "Geometry List (RW Section)"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{RW Section|Geometry List|0x001A}}
 
{{RW Section|Geometry List|0x001A}}
  
'''Geometry List''' is a container section used in [[model file|DFF files]] as child of a [[Clump (RW Section)|Clump]] section. It is normally accompanied by a [[Struct (RW Section)#Geometry_List|Struct]] section.
+
'''Geometry List''' is a container section used in [[model file|DFF files]] as child of a [[Clump (RW Section)|clump section]]. Just like the ''clump'' section it does only store child sections and no data. All additional informations are hold by a [[Struct (RW Section)|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 (RW Section)|Geometry]] – Repeated multiple times. The amount is defined inside the structure.
 +
 
 +
== See also ==
 +
* [[RenderWare_binary_stream_file|RW file format specification]]
 +
 
 +
{{N|SA|VC}}
 +
[[Category:GTA_3]]

Revision as of 20:19, 29 October 2010

{{{NAME}}}
RenderWare Stream Section
Vendor {{{VENDORNAME}}}
Module {{{MODULENAME}}}
Module ID 0x{{{MODULEID}}}
Identifier 0x{{{IDENTIFIER}}}
Chunk ID 0x{{{MODULEID}}}{{{IDENTIFIER}}}
Versions All
Hierarchy
Parents:
None
Children:
None
Extensions:
None
File Format

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.

See also