|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Material_Entry * | material |
| Offset 0x0. | |
| uint16_t | vertex_indices [4] |
| Offset 0x4. | |
| DTTR_PCDOGS_T_Mesh_FaceNormal * | face_normal |
| Offset 0xC. | |
| uint16_t | flags |
| Offset 0x10. | |
| uint16_t | padding |
| Offset 0x12. | |
| uint16_t | uv_indices [4] |
| Offset 0x14. | |
Definition at line 2872 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Mesh_FaceNormal* DTTR_PCDOGS_T_Graphics_Polygon::face_normal |
Offset 0xC.
Definition at line 2875 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Graphics_Polygon::flags |
Offset 0x10.
Definition at line 2876 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Material_Entry* DTTR_PCDOGS_T_Graphics_Polygon::material |
Offset 0x0.
Definition at line 2873 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Graphics_Polygon::padding |
Offset 0x12.
Definition at line 2877 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Graphics_Polygon::uv_indices[4] |
Offset 0x14.
Definition at line 2878 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Graphics_Polygon::vertex_indices[4] |
Offset 0x4.
Definition at line 2874 of file dttr_pcdogs.h.