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

Part of a file block. More...

#include <WorldmapFileSerializer.h>

Collaboration diagram for VGears::WorldmapFileSerializer::BlockPart:

Public Attributes

BlockMeshHeader header
 Block part header. More...
 
std::vector< BlockTriangletriangles
 List of triangles in the block part. More...
 
std::vector< Vertexvertices
 List of vertices in the block part. More...
 
std::vector< Normalnormals
 List of normals in the block part. More...
 

Detailed Description

Part of a file block.

Member Data Documentation

◆ header

BlockMeshHeader VGears::WorldmapFileSerializer::BlockPart::header

Block part header.

◆ normals

std::vector<Normal> VGears::WorldmapFileSerializer::BlockPart::normals

List of normals in the block part.

◆ triangles

std::vector<BlockTriangle> VGears::WorldmapFileSerializer::BlockPart::triangles

List of triangles in the block part.

◆ vertices

std::vector<Vertex> VGears::WorldmapFileSerializer::BlockPart::vertices

List of vertices in the block part.


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