EvilEngine/DYNA/effect:Lens Flare Element: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 3:
{{#vardefine:version|3}}<nowiki/>
{{#vardefine:hash|0x2CD29541}}<nowiki/>
{{#vardefine:games|TSSM Incredibles ROTU RatProto}}<nowiki/>
{{#vardefine:sourcecode|}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
Line 10:
 
==Format==
Unused in SpongeBob Movie, Rise of the Underminer, and Ratatouille Prototype but is still supported.
 
<source lang=cpp>
class xScrFxLensFlareElement : xDynAsset
Line 28:
! Offset !! Type !! Variable !! Description
|-
| 0x000x10 || [[RWTXAssetID]] || '''Texture_AssetIDtextureID''' || [[RWTX]]
|-
| 0x04 || uint32 || '''texture''' ||
|-
| 0x08 || float32 || '''position''' ||
|-
| 0x0C || float32 || '''width''' ||
|-
| 0x100x14 || float32RwTexture* || '''heighttexture''' ||
|-
| 0x140x18 || float32f32 || '''uvposition''' ||
|-
| 0x180x1C || float32f32 || '''uvwidth''' ||
|-
| 0x1C0x20 || float32f32 || '''uvheight''' ||
|-
| 0x200x24 || float32f32[2][2] || '''uv''' ||
|-
| 0x240x34 || uint32u32 || '''color''' ||
|-
| 0x280x38 || uint32u32 || '''mode''' ||
|}