|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#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. | |
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.
| int16_t DTTR_PCDOGS_T_Mesh_FaceNormal::nx |
Offset 0x4.
Definition at line 2115 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Mesh_FaceNormal::ny |
Offset 0x6.
Definition at line 2116 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Mesh_FaceNormal::nz |
Offset 0x8.
Definition at line 2117 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Mesh_FaceNormal::padding |
Offset 0xA.
Definition at line 2118 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Mesh_FaceNormal::plane_dist |
Offset 0x0.
Definition at line 2114 of file dttr_pcdogs.h.