![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
A polygon definition in the P file. More...
#include <VGearsPFile.h>
Public Attributes | |
uint16 | unknown_00 |
Unknown data. More... | |
uint16 | vertex [3] |
Polygon vertices (3, always a triangle). More... | |
uint16 | normal [3] |
The polygon normal (three components). More... | |
uint16 | edge [3] |
The edges of the polygon (3, always a triangle). More... | |
uint16 | unknown_14 |
Unknown data. More... | |
uint16 | unknown_16 |
Unknown data. More... | |
A polygon definition in the P file.
uint16 VGears::PFile::PolygonDefinition::edge[3] |
The edges of the polygon (3, always a triangle).
uint16 VGears::PFile::PolygonDefinition::normal[3] |
The polygon normal (three components).
uint16 VGears::PFile::PolygonDefinition::unknown_00 |
Unknown data.
uint16 VGears::PFile::PolygonDefinition::unknown_14 |
Unknown data.
uint16 VGears::PFile::PolygonDefinition::unknown_16 |
Unknown data.
uint16 VGears::PFile::PolygonDefinition::vertex[3] |
Polygon vertices (3, always a triangle).