Skip to content
aspadm edited this page Oct 11, 2018 · 3 revisions

На русском

Format: CAM

Description

Cameras settings

Visualization

cam structure png image

Structure

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
};
Clone this wiki locally