|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Graphics_ListState frustum/clip-plane record, used by actor visibility checks. More...
#include <dttr_pcdogs.h>
Data Fields | |
| int32_t | distance |
| Offset 0x0. | |
| DTTR_PCDOGS_T_Math_Vec3I16 | normal |
| Offset 0x4. | |
| int16_t | padding_0a |
| Alignment/pad word in the frustum/clip-plane record. Offset 0xA. | |
Graphics_ListState frustum/clip-plane record, used by actor visibility checks.
Definition at line 4795 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Graphics_FrustumClipPlane::distance |
Offset 0x0.
Definition at line 4796 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I16 DTTR_PCDOGS_T_Graphics_FrustumClipPlane::normal |
Offset 0x4.
Definition at line 4797 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Graphics_FrustumClipPlane::padding_0a |
Alignment/pad word in the frustum/clip-plane record. Offset 0xA.
Definition at line 4799 of file dttr_pcdogs.h.