102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_PCDOGS_T_Mesh_RuntimePolygon Struct Reference

#include <dttr_pcdogs.h>

Data Fields

DTTR_PCDOGS_T_Material_TableEntrymaterial_entry
uint16_t vertex_indices [4]
 Offset 0x4.
voidp_normal_plane
 Offset 0xC.
uint16_t face_flags
 Offset 0x10.
int16_t uv_index
 Offset 0x12.
uint16_t reserved_14
 Offset 0x14.
int16_t normal_offset
 Offset 0x16.

Detailed Description

Definition at line 2077 of file dttr_pcdogs.h.

Field Documentation

◆ face_flags

uint16_t DTTR_PCDOGS_T_Mesh_RuntimePolygon::face_flags

Offset 0x10.

Definition at line 2084 of file dttr_pcdogs.h.

◆ material_entry

DTTR_PCDOGS_T_Material_TableEntry* DTTR_PCDOGS_T_Mesh_RuntimePolygon::material_entry

Runtime material-table entry pointer; PKG_FixUpResourceMaterialRefs rewrites material indices to Material_TableEntry records. Offset 0x0.

Definition at line 2079 of file dttr_pcdogs.h.

◆ normal_offset

int16_t DTTR_PCDOGS_T_Mesh_RuntimePolygon::normal_offset

Offset 0x16.

Definition at line 2087 of file dttr_pcdogs.h.

◆ p_normal_plane

void* DTTR_PCDOGS_T_Mesh_RuntimePolygon::p_normal_plane

Offset 0xC.

Definition at line 2083 of file dttr_pcdogs.h.

◆ reserved_14

uint16_t DTTR_PCDOGS_T_Mesh_RuntimePolygon::reserved_14

Offset 0x14.

Definition at line 2086 of file dttr_pcdogs.h.

◆ uv_index

int16_t DTTR_PCDOGS_T_Mesh_RuntimePolygon::uv_index

Offset 0x12.

Definition at line 2085 of file dttr_pcdogs.h.

◆ vertex_indices

uint16_t DTTR_PCDOGS_T_Mesh_RuntimePolygon::vertex_indices[4]

Offset 0x4.

Definition at line 2082 of file dttr_pcdogs.h.


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