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

#include <dttr_pcdogs.h>

Data Fields

int32_t plane_dist
 Offset 0x0.
int16_t nx
 Offset 0x4.
int16_t ny
 Offset 0x6.
int16_t nz
 Offset 0x8.
int16_t padding
 Offset 0xA.

Detailed Description

Mesh face-plane normal record referenced by Graphics_Polygon.face_normal; kept in the Mesh domain because it is stored with mesh polygon data.

Definition at line 2113 of file dttr_pcdogs.h.

Field Documentation

◆ nx

int16_t DTTR_PCDOGS_T_Mesh_FaceNormal::nx

Offset 0x4.

Definition at line 2115 of file dttr_pcdogs.h.

◆ ny

int16_t DTTR_PCDOGS_T_Mesh_FaceNormal::ny

Offset 0x6.

Definition at line 2116 of file dttr_pcdogs.h.

◆ nz

int16_t DTTR_PCDOGS_T_Mesh_FaceNormal::nz

Offset 0x8.

Definition at line 2117 of file dttr_pcdogs.h.

◆ padding

int16_t DTTR_PCDOGS_T_Mesh_FaceNormal::padding

Offset 0xA.

Definition at line 2118 of file dttr_pcdogs.h.

◆ plane_dist

int32_t DTTR_PCDOGS_T_Mesh_FaceNormal::plane_dist

Offset 0x0.

Definition at line 2114 of file dttr_pcdogs.h.


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