EvilEngine/DYNA/camera:preset

From Heavy Iron Modding
(Redirected from DYNA/camera:preset)

camera:preset
Hash0xCDAB9190
Games usedThe Incredibles

Rise of the Underminer

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