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

From Heavy Iron Modding
Content added Content deleted
No edit summary
No edit summary
 
Line 3: Line 3:
{{#vardefine:version|3}}<nowiki/>
{{#vardefine:version|3}}<nowiki/>
{{#vardefine:hash|0x2CD29541}}<nowiki/>
{{#vardefine:hash|0x2CD29541}}<nowiki/>
{{#vardefine:games|TSSM Incredibles}}<nowiki/>
{{#vardefine:games|TSSM Incredibles ROTU RatProto}}<nowiki/>
{{#vardefine:sourcecode|}}<nowiki/>
{{#vardefine:sourcecode|}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
Line 10: Line 10:


==Format==
==Format==
Note: Lens Flare Element is unused in TSSM but is still supported
Unused in SpongeBob Movie, Rise of the Underminer, and Ratatouille Prototype but is still supported.
<source lang=cpp>
<source lang=cpp>
class xScrFxLensFlareElement : xDynAsset
class xScrFxLensFlareElement : xDynAsset

Latest revision as of 14:19, 19 September 2023

effect:Lens Flare Element
Version3
Hash0x2CD29541
Games usedThe SpongeBob SquarePants Movie

The Incredibles
Rise of the Underminer

Ratatouille Prototype

Format

Unused in SpongeBob Movie, Rise of the Underminer, and Ratatouille Prototype but is still supported.

class xScrFxLensFlareElement : xDynAsset
{
    uint32 textureID;
    RwTexture* texture;
    float32 position
    float32 width
    float32 height
    float32 uv[2][2]
    uint32 color
    uint32 mode
};
Offset Type Variable Description
0x10 AssetID textureID RWTX
0x14 RwTexture* texture
0x18 f32 position
0x1C f32 width
0x20 f32 height
0x24 f32[2][2] uv
0x34 u32 color
0x38 u32 mode