EvilEngine/MPHT

From Heavy Iron Modding
(Redirected from MPHT)

MPHT
Morph Target
TypeBinary
Games usedNight of 100 Frights

Format

Offset Type Variable Description
0x00 u32 Magic
0x04 u16 NumTargets Number of targets.
0x06 u16 NumVerts Number of verts.
0x08 u32 Flags
0x0C f32 Scale
0x10 Vector3 Center
0x1C f32 Radius
0x20 Target[NumTargets] Aligned to 16-byte boundary
0x00 f32[NumVerts][3] or s16[NumVerts][3] Vertices If Scale == 0: Three floats
If Scale > 0: Three signed short integers.