Changes between Version 4 and Version 5 of PMD_File_Format


Ignore:
Timestamp:
Jun 26, 2012, 5:06:03 AM (12 years ago)
Author:
historic_bruno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PMD_File_Format

    v4 v5  
    77 * u32 = 32-bit unsigned int
    88 * u16 = 16-bit unsigned int
     9 * u8 = 8-bit unsigned int
     10 * float = 32-bit single-precision float
    911
    1012All types are stored in little-endian format. Text is always ASCII.