EvilEngine/DYNA/camera:preset
From Heavy Iron Modding
< EvilEngine | DYNA
camera:preset | |
---|---|
Hash | 0xCDAB9190 |
Games used | The Incredibles |
Format[edit]
struct asset_type : xDynAsset
{
uint32 flags;
uint32 checkpoint;
xVec3 loc;
struct
{
float32 yaw;
float32 pitch;
float32 roll;
} dir;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x00 | uint32 | flags | |
0x04 | uint32 | checkpoint | |
0x08 | Vector3 | loc | |
0x14 | float32 | dir.yaw | |
0x18 | float32 | dir.pitch | |
0x1C | float32 | dir.roll |
Hidden category: