Common Data Types

From Burnout Wiki
Revision as of 01:41, 19 June 2021 by AcuteSyntax (talk | contribs) (moving the GtTexture spec to its own page)

CGtMatrix3x4

Offset Name Type
0x00 Right Vector3
0x10 Up Vector3
0x20 At Vector3
0x30 Position Vector3

CGtRGB

Offset Name Type
0x00 Red additive float
0x04 Green additive float
0x08 Blue additive float

CGtV3d

Offset Name Type
0x00 Data RwV3d

RwV3d

Offset Name Type
0x00 X float
0x04 Y float
0x08 Z float
0x0C Padding word

RwBBox

Offset Name Type
0x00 Supremum vertex RwV3d
0x10 Infimum vertex RwV3d