NIF Objects | Compound Types | Enum Types | Basic Types | File Versions
Name | Type | Description |
---|---|---|
Has Data | bool | Has data |
Num Total Bytes | int | Total number of bytes (over all channels and all elements, equals num total bytes per element times num vertices). |
Num Blocks | int | Number of blocks? Usually equal to one. |
Block Offsets | int | Block offsets in the data? Usually equal to zero. |
Num Atoms | int | Number of atoms? |
Atom Sizes | int | The sum of all of these equal num total bytes per element, so this probably describes how each data element breaks down into smaller chunks (i.e. atoms). |
Data | byte | |
Unknown Int 1 | int | Unknown. |
Num Total Bytes Per Element | int | Unsure, but this seems to correspond again to the number of total bytes per element. |