Does sombody have an updated cam struct?
It seems it has changed ...
EDIT: I just made a typo... -.- cam struct is correct.. Feel free to use it.Code:typedef struct _CameraInfo { UINT unk0; UINT unk1; float fPos[3]; float fViewMat[3][3]; float fFov; float unk2; int unk3; float zNearPlane; float zFarPlane; float aspect; } CameraInfo, *pCameraInfo;