Changes between Version 12 and Version 13 of PMP_File_Format


Ignore:
Timestamp:
Jun 9, 2016, 12:49:57 AM (8 years ago)
Author:
Palaxin
Comment:

fix line-column logic

Legend:

Unmodified
Added
Removed
Modified
  • PMP_File_Format

    v12 v13  
    2828 
    2929     u16 heightmap[(mapsize*16 + 1)*(mapsize*16 + 1)]; // vertex heights with lines indexed from
    30                                                        // left to right, columns from bottom to top
     30                                                       // bottom to top and columns from left to right
    3131     u32 num_terrain_textures;
    3232     String terrain_textures[num_terrain_textures]; // filenames (no path and file ending), e.g. "cliff1"
    3333 
    34      Patch patches[mapsize*mapsize]; // lines from left to right, columns from bottom to top
     34     Patch patches[mapsize*mapsize]; // lines indexed from bottom to top, columns from left to right
    3535 }
    3636