Common Data Types

From Burnout Wiki
Revision as of 18:10, 12 May 2021 by AcuteSyntax (talk | contribs) (Created page with "= CGtRGB = {|class="wikitable" |- !Offset !Name !Type |- | 0x00 || Red additive || float |- | 0x04 || Green additive || float |- | 0x08 || Blue additive || float |- |} = Matr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

CGtRGB

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

Matrix3x4

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

Vector3

Offset Name Type
0x00 Data RwV3d

RwV3d

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