TKE_Dictionary
Opcode
ASCII | D |
Hexadecimal | 44 |
Decimal | 68 |
Operands
Notes
A dictionary is a lookup table, providing the file offsets to specified items and their variations.
An application might, for instance, only read the first part of an appropriated created HSF file to get the basic layout and coarse representations of the scene (low level of detail representations). It could then use the dictionary to locate and read specific items to “sweeten” them on demand.
The dictionary will commonly be placed at the end of the file, so that by stepping back from the end the location of the dictionary can be found. A TKE_Dictionary_Locater
may be used instead at the end of the file if it is useful to place the dictionary itself elsewhere in the file.