Changes between Version 3 and Version 4 of PMD_File_Format


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PMD_File_Format

    v3 v4  
    11PMD files store a model, which includes vertex positions, normals and texture coordinates, faces (all faces are triangles), rest state bone transformations (if bones are used), and prop point positions and transformations (where other models may be propped onto this one).
    22
    3 All types are stored in little-endian format. Text is always ASCII. The following is the version 3 PMD format:
     3The following is the version 3 PMD format.
     4
     5Basic types:
     6 * char = 8-bit character
     7 * u32 = 32-bit unsigned int
     8 * u16 = 16-bit unsigned int
     9
     10All types are stored in little-endian format. Text is always ASCII.
    411
    512{{{