V-Gears 0
Free Final Fantasy VII engine.
VGears::WorldmapFileSerializer::BlockMeshHeader Struct Reference

Block header of a mesh section in map files. More...

#include <WorldmapFileSerializer.h>

Public Attributes

uint16 triengle_count
 Number of BlockTriangle's in the mesh. More...
 
uint16 vertex_count
 Number of vertices and normals. More...
 

Detailed Description

Block header of a mesh section in map files.

Member Data Documentation

◆ triengle_count

uint16 VGears::WorldmapFileSerializer::BlockMeshHeader::triengle_count

Number of BlockTriangle's in the mesh.

◆ vertex_count

uint16 VGears::WorldmapFileSerializer::BlockMeshHeader::vertex_count

Number of vertices and normals.


The documentation for this struct was generated from the following file: