Environment Keyframe: Difference between revisions

Added infobox and normalized some content.
(Added infobox and normalized some content.)
 
Line 1:
{{ParadiseResourceTypeInfobox
| name = EnvironmentKeyframe
| id = 0x10012
| category = Game-specific<br />(Burnout Paradise)
| memdist = Main Memory only
| imports = [[Colour Cube]]
}}
 
Keyframe resources are the primary way to control the environment lighting and effects such as tint and bloom.
 
Line 9 ⟶ 17:
| 0x0 || 0x4 || uint32_t || muVersion || || 8
|-
| 0x4 || 0xC || || || paddingPadding ||
|-
| 0x10 || 0x20 || [[#BrnEffects::BloomData | BloomData]] || mBloomData || ||
|-
| 0x30 || 0x50 || [[#BrnEffects::VignetteData | VignetteData]] || mVignetteData || ||
|-
| 0x80 || 0x4 || [[#BrnEffects::TintData | TintData]] || mTintData || ||
|-
| 0x84 || 0xC || || || paddingPadding ||
|-
| 0x90 || 0xB0 || [[#BrnWorld::EnvironmentSettings::ScatteringData | ScatteringData]] || mScatteringData || ||
|-
| 0x140 || 0x90 || [[#BrnWorld::EnvironmentSettings::LightingData | LightingData]] || mLightingData || ||
|-
| 0x1D0 || 0x70 || [[#BrnWorld::EnvironmentSettings::CloudsData | CloudsData]] || mCloudsData || ||
|}
 
Line 32 ⟶ 40:
| 0x0 || 0x4 || uint32_t || muVersion || || 8
|-
| 0x4 || 0xC || || || paddingPadding ||
|-
| 0x10 || 0x20 || [[#BrnEffects::BloomData | BloomData]] || mBloomData || ||
|-
| 0x30 || 0x50 || [[#BrnEffects::VignetteData | VignetteData]] || mVignetteData || ||
|-
| 0x80 || 0x8 || [[#BrnEffects::TintData | TintData]] || mTintData || ||
|-
| 0x88 || 0x8 || || || paddingPadding ||
|-
| 0x90 || 0xB0 || [[#BrnWorld::EnvironmentSettings::ScatteringData | ScatteringData]] || mScatteringData || ||
|-
| 0x140 || 0x90 || [[#BrnWorld::EnvironmentSettings::LightingData | LightingData]] || mLightingData || ||
|-
| 0x1D0 || 0x70 || [[#BrnWorld::EnvironmentSettings::CloudsData | CloudsData]] || mCloudsData || ||
|}
 
Line 57 ⟶ 65:
| 0x4 || 0x4 || float32_t || mfThreshold || ||
|-
| 0x8 || 0x8 || || || paddingPadding ||
|-
| 0x10 || 0x10 || [[Vector4]] || mv4Scale || ||
Line 70 ⟶ 78:
| 0x4 || 0x4 || float32_t || mfSharpness || ||
|-
| 0x8 || 0x8 || || || paddingPadding ||
|-
| 0x10 || 0x10 || [[Vector2]] || mv2Amount || ||
Line 86 ⟶ 94:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x4 || [[Colour Cube | ColourCube]]* || mpColourCube || ||
|}
 
Line 93 ⟶ 101:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x8 || [[Colour Cube | ColourCube]]* || mpColourCube || ||
|}
 
Line 118 ⟶ 126:
| 0x44 || 0x4 || float32_t || mfSkySunBleedPow || ||
|-
| 0x48 || 0x8 || || || paddingPadding ||
|-
| 0x50 || 0x10 || [[Vector3]] || mv3ScattTopColour || ||
Line 144 ⟶ 152:
| 0xA4 || 0x4 || float32_t || mfScattCap || ||
|-
| 0xA8 || 0x8 || || || paddingPadding ||
|}
 
Line 169 ⟶ 177:
| 0x80 || 0x4 || float32_t || mfAmbientIrradianceScale || ||
|-
| 0x84 || 0xC || || || paddingPadding ||
|}
 
Line 192 ⟶ 200:
| 0x68 || 0x4 || float32_t || mfDirectionAngle || ||
|-
| 0x6C || 0x4 || || || paddingPadding ||
|}