Nobody knows what it stands for.
Last updated 3 years ago
To see the type of an individual property, please look at the struct .
x
y
width
height
fov_x
fov_y
struct refdef_t { int x; int y; int width; //0x0008 int height; //0x000C float fov_x; //0x0010 float fov_y; //0x0014 Vec3 vieworg; //0x0018 Vec3 viewaxis[3]; //0x0024 char szUnknown1[16200]; //0x0048 Vec3 rdViewAngle; //0x3F90 };