====== FogBank ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | fogBeginZ | ''s32'' | ''0x0'' | The start distance for the fog. | | | fogEndZ | ''s32'' | ''0x4'' | The end distance for the fog. | | | degRotZ | ''s32'' | ''0x8'' | | This field is padding. | | degRotW | ''s32'' | ''0xc'' | The strength of the fog. 0 means it is not visible. | | | colR | ''s32'' | ''0x10'' | The red component of the RGBA color used for this fog. | | | colG | ''s32'' | ''0x14'' | The green component of the RGBA color used for this fog. | | | colB | ''s32'' | ''0x18'' | The blue component of the RGBA color used for this fog. | | | colA | ''s32'' | ''0x1c'' | The alpha component of the RGBA color used for this fog. | |