|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Material_TableEntry * | material_entry |
| uint16_t | vertex_indices [4] |
| Offset 0x4. | |
| void * | p_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. | |
Definition at line 2077 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Mesh_RuntimePolygon::face_flags |
Offset 0x10.
Definition at line 2084 of file dttr_pcdogs.h.
| 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.
| int16_t DTTR_PCDOGS_T_Mesh_RuntimePolygon::normal_offset |
Offset 0x16.
Definition at line 2087 of file dttr_pcdogs.h.
| void* DTTR_PCDOGS_T_Mesh_RuntimePolygon::p_normal_plane |
Offset 0xC.
Definition at line 2083 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Mesh_RuntimePolygon::reserved_14 |
Offset 0x14.
Definition at line 2086 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Mesh_RuntimePolygon::uv_index |
Offset 0x12.
Definition at line 2085 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Mesh_RuntimePolygon::vertex_indices[4] |
Offset 0x4.
Definition at line 2082 of file dttr_pcdogs.h.