Wheel Graphics

From Burnout Wiki

The Wheel Graphics resource is a simple asset meant to import Model resources for a wheel.

Structures[edit | edit source]

BrnWheel::GraphicsSpec[edit | edit source]

32-bit[edit | edit source]

Offset Length Type Name Description Comments
0x0 0x4 uint32_t muVersion 1
0x4 0x4 Model* mpWheelModel Imports index
0x8 0x4 Model* mpCaliperModel Imports index Optional. -1 if not present

64-bit[edit | edit source]

Offset Length Type Name Description Comments
0x0 0x4 uint32_t muVersion 1
0x4 0x4 padding
0x8 0x8 Model* mpWheelModel Imports index
0x10 0x8 Model* mpCaliperModel Imports index Optional. -1 if not present