-
Notifications
You must be signed in to change notification settings - Fork 2
cam
aspadm edited this page Oct 11, 2018
·
3 revisions
Cameras settings
File don't contain header.
All file is 36 bytes records:
typedef struct
{
float x, y, z;
} vec3;
typedef struct
{
float w, x, y, z;
} quat;
struct cam_record
{
uint unknown1;
uint unknown2;
vec3 position;
quat rotation; // quaternion
};