EvilEngine/DYNA/game object:camera param asset: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
{{#vardefine:hash|0xE44DCEBA}}<nowiki/>
{{#vardefine:hash|0xE44DCEBA}}<nowiki/>
{{#vardefine:games|Incredibles}}<nowiki/>
{{#vardefine:games|Incredibles}}<nowiki/>
{{#vardefine:sourcecode|[https://github.com/bfbbdecomp/bfbb/blob/master/src/Game/zCameraTweak.h zCameraTweak.h]}}<nowiki/>
{{#vardefine:sourcecode|}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
</onlyinclude>
</onlyinclude>
Line 12: Line 12:
! Offset !! Type !! Variable !! Description
! Offset !! Type !! Variable !! Description
|-
|-
| 0x00 || int || '''priority''' ||
| 0x00 || float32 || '''x''' ||
|-
|-
| 0x04 || float || '''time''' ||
| 0x04 || float32 || '''y''' ||
|-
|-
| 0x08 || float || '''pitch_adjust''' ||
| 0x08 || float32 || '''z''' ||
|-
|-
| 0x0C || float || '''dist_adjust''' ||
| 0x0C || float32 || '''blend_time''' ||
|-
| 0x10 || float32 || '''fovfilter_period''' ||
|-
| 0x14 || float32 || '''start_fov''' ||
|-
| 0x18 || float32 || '''end_fov''' ||
|}
|}



Latest revision as of 14:42, 16 September 2022

game_object:camera_param_asset
Hash0xE44DCEBA
Games usedThe Incredibles
Offset Type Variable Description
0x00 float32 x
0x04 float32 y
0x08 float32 z
0x0C float32 blend_time
0x10 float32 fovfilter_period
0x14 float32 start_fov
0x18 float32 end_fov