EvilEngine/DYNA/camera:preset
From Heavy Iron Modding
< EvilEngine | DYNA
camera:preset | |
---|---|
Hash | 0xCDAB9190 |
Games used | The Incredibles Ratatouille Prototype |
Format
Unused in Rise of the Underminer and Ratatouille but is still supported.
struct asset_type : xDynAsset
{
uint32 flags;
uint32 checkpoint;
xVec3 loc;
struct
{
float32 yaw;
float32 pitch;
float32 roll;
} dir;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x10 | u32 | flags | |
0x14 | u32 | checkpoint | |
0x18 | Vector3 | loc | |
0x24 | f32 | dir.yaw | |
0x28 | f32 | dir.pitch | |
0x2C | f32 | dir.roll |
Hidden category: