2 Commits

Author SHA1 Message Date
Christian Semmler
e63449fd91 Fix polygon and texture indices documentation in wdb.ksy (#1736)
Correct the bit layout for polygon_indices to use bits 0-15 (16 bits)
for vertex index instead of incorrectly claiming bits 0-14 with bit 15
unused. Add separate texture_indices type since these are simple U32
values, not packed like polygon_indices. Clarify num_texture_indices
should equal num_polygons * 3 when textured.
2026-01-31 22:12:53 +01:00
Christian Semmler
776aeaa342 Add Kaitai Struct definition for world database files (.wdb) (#1735) 2026-01-31 21:01:38 +01:00