|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| uint32_t | material_index |
| Offset 0x0. | |
| uint16_t | vertex_indices [4] |
| Offset 0x4. | |
| DTTR_PCDOGS_T_PKG_FaceNormal * | face_normal_ptr |
| Offset 0xC. | |
| uint16_t | flags |
| Offset 0x10. | |
| uint16_t | tex_coord_index |
| Offset 0x12. | |
| uint16_t | reserved |
| Offset 0x14. | |
| int16_t | sort_bias |
| Offset 0x16. | |
Definition at line 2651 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_PKG_FaceNormal* DTTR_PCDOGS_T_PKG_PolygonListEntry::face_normal_ptr |
Offset 0xC.
Definition at line 2654 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_PKG_PolygonListEntry::flags |
Offset 0x10.
Definition at line 2655 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_PKG_PolygonListEntry::material_index |
Offset 0x0.
Definition at line 2652 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_PKG_PolygonListEntry::reserved |
Offset 0x14.
Definition at line 2657 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_PKG_PolygonListEntry::sort_bias |
Offset 0x16.
Definition at line 2658 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_PKG_PolygonListEntry::tex_coord_index |
Offset 0x12.
Definition at line 2656 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_PKG_PolygonListEntry::vertex_indices[4] |
Offset 0x4.
Definition at line 2653 of file dttr_pcdogs.h.