![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Part of a file block. More...
#include <WorldmapFileSerializer.h>
Public Attributes | |
BlockMeshHeader | header |
Block part header. More... | |
std::vector< BlockTriangle > | triangles |
List of triangles in the block part. More... | |
std::vector< Vertex > | vertices |
List of vertices in the block part. More... | |
std::vector< Normal > | normals |
List of normals in the block part. More... | |
Part of a file block.
BlockMeshHeader VGears::WorldmapFileSerializer::BlockPart::header |
Block part header.
std::vector<Normal> VGears::WorldmapFileSerializer::BlockPart::normals |
List of normals in the block part.
std::vector<BlockTriangle> VGears::WorldmapFileSerializer::BlockPart::triangles |
List of triangles in the block part.
std::vector<Vertex> VGears::WorldmapFileSerializer::BlockPart::vertices |
List of vertices in the block part.