Environment Track Data: Difference between revisions

ps2 enviro's actually contain 2 info structs
mNo edit summary
(ps2 enviro's actually contain 2 info structs)
Line 13:
! Notes
|-
| 0x00 || Minimum environment info || [[Environment_Track_Data#Environment_Info|Environment Info]] || ||
! colspan="5" | Environment Info
|-
| 0x000x30 || FogMaximum colorenvironment info || CGtRGBEnvironment Info || ||
|-
| 0x10 || Fog distance || float || ||
|-
| 0x14 || World fog intensity || float || ||
|-
| 0x18 || Sky fog intensity || float || ||
|-
| 0x1C || Specular lighting intensity || float || ||
|-
| 0x20 || Sun corona intensity || float || ||
|-
| 0x24 || Precipitation || float || ||
|-
| 0x28 || Star intensity || float || ||
|-
| 0x2C || Overall brightness || float || ||
|-
! colspan="5" | Environment Data
|-
| 0x60 || Specular color || CGtRGB || ||
Line 55 ⟶ 37:
| 0xA8 || Version number || uint || 0x02 ||
|-
| 0xAC || File size (bytes) || uint || || Is unused in Revenge
|}
 
! colspan="5" |=== Environment Info ====
{|class="wikitable"
|-
! Offset
! Name
! Type
! Value
! Notes
|-
| 0x00 || Fog color || CGtRGB || ||
|-
| 0x10 || Fog distance || float || ||
|-
| 0x14 || World fog intensity || float || ||
|-
| 0x18 || Sky fog intensity || float || ||
|-
| 0x1C || Specular lighting intensity || float || ||
|-
| 0x20 || Sun corona intensity || float || ||
|-
| 0x24 || Precipitation || float || ||
|-
| 0x28 || Star intensity || float || ||
|-
| 0x2C || Overall brightness || float || ||
|-
|}