EvilEngine/DYNA/effect:Lens Flare Element

From Heavy Iron Modding

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