EvilEngine/DYNA/camera:binary poi

From Heavy Iron Modding
Revision as of 16:44, 15 September 2023 by MinecraftFreak73 (talk | contribs) (format)

camera:binary_poi
Hash0xFA0E4015
Games usedRise of the Underminer

Format

struct xCamBinaryAsset : xDynAsset
{
    unsigned short mVersion;
    unsigned short mFlags;
    unsigned int mTargetID;
    float mTargetMarginAngle;
    float mTargetRadiusScale;
    float mDistanceScale;
    float mPhiOffset;
    float mYawOffset;
    float mNearWallScale;
    float mFarWallScale;
};
Offset Type Variable Description
0x00 uint16 mVersion
0x02 uint16 mFlags
0x04 uint32 mTargetID
0x08 float32 mTargetMarginAngle
0x0C float32 mTargetRadiusScale
0x10 float32 mDistanceScale
0x14 float32 mPhiOffset
0x18 float32 mYawOffset
0x1C float32 mNearWallScale
0x20 float32 mFarWallScale