V-Gears 0
Free Final Fantasy VII engine.
VGears::PFile::Group Struct Reference

Group data in a P file. More...

#include <VGearsPFile.h>

Collaboration diagram for VGears::PFile::Group:

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...
 

Detailed Description

Group data in a P file.

Member Data Documentation

◆ edge_start_index

uint32 VGears::PFile::Group::edge_start_index
Todo:
Understand and document.

◆ has_texture

uint32 VGears::PFile::Group::has_texture

Indicates if the group has an assigned texture.

◆ nuedges_

uint32 VGears::PFile::Group::nuedges_

The number of edges in the group.

◆ num_polygons

uint32 VGears::PFile::Group::num_polygons

The number of polygons in the group.

◆ nuvertices_

uint32 VGears::PFile::Group::nuvertices_

The number of vertices in the group.

◆ polygon_start_index

uint32 VGears::PFile::Group::polygon_start_index
Todo:
Understand and document.

◆ primitive_type

uint32 VGears::PFile::Group::primitive_type

The primitive type of the group.

Todo:
Understand and document.

◆ texture_coordinate_start_index

uint32 VGears::PFile::Group::texture_coordinate_start_index
Todo:
Understand and document.

◆ texture_index

uint32 VGears::PFile::Group::texture_index

Index of the assigned texture (if any).

◆ unknown_1C

uint32 VGears::PFile::Group::unknown_1C

Unknown data.

◆ unknown_20

uint32 VGears::PFile::Group::unknown_20

Unknown data.

◆ unknown_24

uint32 VGears::PFile::Group::unknown_24

Unknown data.

◆ unknown_28

uint32 VGears::PFile::Group::unknown_28

Unknown data.

◆ vertex_start_index

uint32 VGears::PFile::Group::vertex_start_index
Todo:
Understand and document.

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