![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Group data in a P file. More...
#include <VGearsPFile.h>
Public Attributes | |
uint32 | primitive_type |
The primitive type of the group. More... | |
uint32 | polygon_start_index |
uint32 | num_polygons |
The number of polygons in the group. More... | |
uint32 | vertex_start_index |
uint32 | nuvertices_ |
The number of vertices in the group. More... | |
uint32 | edge_start_index |
uint32 | nuedges_ |
The number of edges in the group. More... | |
uint32 | unknown_1C |
Unknown data. More... | |
uint32 | unknown_20 |
Unknown data. More... | |
uint32 | unknown_24 |
Unknown data. More... | |
uint32 | unknown_28 |
Unknown data. More... | |
uint32 | texture_coordinate_start_index |
uint32 | has_texture |
Indicates if the group has an assigned texture. More... | |
uint32 | texture_index |
Index of the assigned texture (if any). More... | |
Group data in a P file.
uint32 VGears::PFile::Group::has_texture |
Indicates if the group has an assigned texture.
uint32 VGears::PFile::Group::nuedges_ |
The number of edges in the group.
uint32 VGears::PFile::Group::num_polygons |
The number of polygons in the group.
uint32 VGears::PFile::Group::nuvertices_ |
The number of vertices in the group.
uint32 VGears::PFile::Group::primitive_type |
The primitive type of the group.
uint32 VGears::PFile::Group::texture_index |
Index of the assigned texture (if any).
uint32 VGears::PFile::Group::unknown_1C |
Unknown data.
uint32 VGears::PFile::Group::unknown_20 |
Unknown data.
uint32 VGears::PFile::Group::unknown_24 |
Unknown data.
uint32 VGears::PFile::Group::unknown_28 |
Unknown data.